pub struct W(/* private fields */);
Expand description
Register smhc_ntsr
writer
Implementations§
source§impl W
impl W
sourcepub fn hs400_new_sample_en(&mut self) -> HS400_NEW_SAMPLE_EN_W<'_, 0>
pub fn hs400_new_sample_en(&mut self) -> HS400_NEW_SAMPLE_EN_W<'_, 0>
Bit 0
sourcepub fn cmd_sample_timing_phase(&mut self) -> CMD_SAMPLE_TIMING_PHASE_W<'_, 4>
pub fn cmd_sample_timing_phase(&mut self) -> CMD_SAMPLE_TIMING_PHASE_W<'_, 4>
Bits 4:5
sourcepub fn dat_sample_timing_phase(&mut self) -> DAT_SAMPLE_TIMING_PHASE_W<'_, 8>
pub fn dat_sample_timing_phase(&mut self) -> DAT_SAMPLE_TIMING_PHASE_W<'_, 8>
Bits 8:9
sourcepub fn cmd_send_rx_phase_clr(&mut self) -> CMD_SEND_RX_PHASE_CLR_W<'_, 16>
pub fn cmd_send_rx_phase_clr(&mut self) -> CMD_SEND_RX_PHASE_CLR_W<'_, 16>
Bit 16 - Clear command rx phase before sending the command
sourcepub fn dat_recv_rx_phase_clr(&mut self) -> DAT_RECV_RX_PHASE_CLR_W<'_, 20>
pub fn dat_recv_rx_phase_clr(&mut self) -> DAT_RECV_RX_PHASE_CLR_W<'_, 20>
Bit 20 - Clear the input phase of data lines before receiving the data
sourcepub fn dat_trans_rx_phase_clr(&mut self) -> DAT_TRANS_RX_PHASE_CLR_W<'_, 21>
pub fn dat_trans_rx_phase_clr(&mut self) -> DAT_TRANS_RX_PHASE_CLR_W<'_, 21>
Bit 21 - Clear the input phase of data lines before transferring the data
sourcepub fn dat_crc_status_rx_phase_clr(
&mut self,
) -> DAT_CRC_STATUS_RX_PHASE_CLR_W<'_, 22>
pub fn dat_crc_status_rx_phase_clr( &mut self, ) -> DAT_CRC_STATUS_RX_PHASE_CLR_W<'_, 22>
Bit 22 - Clear the input phase of data lines before receiving the CRC status
sourcepub fn cmd_dat_rx_phase_clr(&mut self) -> CMD_DAT_RX_PHASE_CLR_W<'_, 24>
pub fn cmd_dat_rx_phase_clr(&mut self) -> CMD_DAT_RX_PHASE_CLR_W<'_, 24>
Bit 24 - Clear the input phase of command lines and data lines during the update clock operation
sourcepub fn mode_select(&mut self) -> MODE_SELECT_W<'_, 31>
pub fn mode_select(&mut self) -> MODE_SELECT_W<'_, 31>
Bit 31
Methods from Deref<Target = W<SMHC_NTSR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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