pub struct R(/* private fields */);
Expand description
Register smhc_ntsr
reader
Implementations§
source§impl R
impl R
sourcepub fn hs400_new_sample_en(&self) -> HS400_NEW_SAMPLE_EN_R
pub fn hs400_new_sample_en(&self) -> HS400_NEW_SAMPLE_EN_R
Bit 0
sourcepub fn cmd_sample_timing_phase(&self) -> CMD_SAMPLE_TIMING_PHASE_R
pub fn cmd_sample_timing_phase(&self) -> CMD_SAMPLE_TIMING_PHASE_R
Bits 4:5
sourcepub fn dat_sample_timing_phase(&self) -> DAT_SAMPLE_TIMING_PHASE_R
pub fn dat_sample_timing_phase(&self) -> DAT_SAMPLE_TIMING_PHASE_R
Bits 8:9
sourcepub fn cmd_send_rx_phase_clr(&self) -> CMD_SEND_RX_PHASE_CLR_R
pub fn cmd_send_rx_phase_clr(&self) -> CMD_SEND_RX_PHASE_CLR_R
Bit 16 - Clear command rx phase before sending the command
sourcepub fn dat_recv_rx_phase_clr(&self) -> DAT_RECV_RX_PHASE_CLR_R
pub fn dat_recv_rx_phase_clr(&self) -> DAT_RECV_RX_PHASE_CLR_R
Bit 20 - Clear the input phase of data lines before receiving the data
sourcepub fn dat_trans_rx_phase_clr(&self) -> DAT_TRANS_RX_PHASE_CLR_R
pub fn dat_trans_rx_phase_clr(&self) -> DAT_TRANS_RX_PHASE_CLR_R
Bit 21 - Clear the input phase of data lines before transferring the data
sourcepub fn dat_crc_status_rx_phase_clr(&self) -> DAT_CRC_STATUS_RX_PHASE_CLR_R
pub fn dat_crc_status_rx_phase_clr(&self) -> DAT_CRC_STATUS_RX_PHASE_CLR_R
Bit 22 - Clear the input phase of data lines before receiving the CRC status
sourcepub fn cmd_dat_rx_phase_clr(&self) -> CMD_DAT_RX_PHASE_CLR_R
pub fn cmd_dat_rx_phase_clr(&self) -> CMD_DAT_RX_PHASE_CLR_R
Bit 24 - Clear the input phase of command lines and data lines during the update clock operation
sourcepub fn mode_select(&self) -> MODE_SELECT_R
pub fn mode_select(&self) -> MODE_SELECT_R
Bit 31
Methods from Deref<Target = R<SMHC_NTSR_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