pub struct R(/* private fields */);
Expand description
Register smhc_cmd
reader
Implementations§
source§impl R
impl R
sourcepub fn resp_rcv(&self) -> RESP_RCV_R
pub fn resp_rcv(&self) -> RESP_RCV_R
Bit 6 - Response Receive
sourcepub fn long_resp(&self) -> LONG_RESP_R
pub fn long_resp(&self) -> LONG_RESP_R
Bit 7 - Response Type
sourcepub fn chk_resp_crc(&self) -> CHK_RESP_CRC_R
pub fn chk_resp_crc(&self) -> CHK_RESP_CRC_R
Bit 8 - Check Response CRC
sourcepub fn data_trans(&self) -> DATA_TRANS_R
pub fn data_trans(&self) -> DATA_TRANS_R
Bit 9 - Data Transfer
sourcepub fn trans_dir(&self) -> TRANS_DIR_R
pub fn trans_dir(&self) -> TRANS_DIR_R
Bit 10 - Transfer Direction
sourcepub fn trans_mode(&self) -> TRANS_MODE_R
pub fn trans_mode(&self) -> TRANS_MODE_R
Bit 11 - Transfer Mode
sourcepub fn stop_cmd_flag(&self) -> STOP_CMD_FLAG_R
pub fn stop_cmd_flag(&self) -> STOP_CMD_FLAG_R
Bit 12 - Send Stop CMD Automatically (CMD12)
sourcepub fn wait_pre_over(&self) -> WAIT_PRE_OVER_R
pub fn wait_pre_over(&self) -> WAIT_PRE_OVER_R
Bit 13 - Wait for Data Transfer Over
sourcepub fn stop_abt_cmd(&self) -> STOP_ABT_CMD_R
pub fn stop_abt_cmd(&self) -> STOP_ABT_CMD_R
Bit 14 - Stop Abort Command
sourcepub fn send_init_seq(&self) -> SEND_INIT_SEQ_R
pub fn send_init_seq(&self) -> SEND_INIT_SEQ_R
Bit 15 - Send Initialization
sourcepub fn boot_mod(&self) -> BOOT_MOD_R
pub fn boot_mod(&self) -> BOOT_MOD_R
Bits 24:25 - Boot Mode
sourcepub fn exp_boot_ack(&self) -> EXP_BOOT_ACK_R
pub fn exp_boot_ack(&self) -> EXP_BOOT_ACK_R
Bit 26 - Expect Boot Acknowledge
sourcepub fn boot_abt(&self) -> BOOT_ABT_R
pub fn boot_abt(&self) -> BOOT_ABT_R
Bit 27 - Boot Abort
sourcepub fn cmd_load(&self) -> CMD_LOAD_R
pub fn cmd_load(&self) -> CMD_LOAD_R
Bit 31 - Start Command
Methods from Deref<Target = R<SMHC_CMD_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more