pub struct W(/* private fields */);
Expand description
Register smhc_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn soft_rst(&mut self) -> SOFT_RST_W<'_, 0>
pub fn soft_rst(&mut self) -> SOFT_RST_W<'_, 0>
Bit 0 - Software Reset
sourcepub fn fifo_rst(&mut self) -> FIFO_RST_W<'_, 1>
pub fn fifo_rst(&mut self) -> FIFO_RST_W<'_, 1>
Bit 1 - FIFO Reset
sourcepub fn cd_dbc_enb(&mut self) -> CD_DBC_ENB_W<'_, 8>
pub fn cd_dbc_enb(&mut self) -> CD_DBC_ENB_W<'_, 8>
Bit 8 - Card Detect (Data[3] status) De-bounce Enable
sourcepub fn ddr_mod_sel(&mut self) -> DDR_MOD_SEL_W<'_, 10>
pub fn ddr_mod_sel(&mut self) -> DDR_MOD_SEL_W<'_, 10>
Bit 10 - DDR Mode Select
sourcepub fn time_unit_dat(&mut self) -> TIME_UNIT_DAT_W<'_, 11>
pub fn time_unit_dat(&mut self) -> TIME_UNIT_DAT_W<'_, 11>
Bit 11 - Time unit for data line
sourcepub fn time_unit_cmd(&mut self) -> TIME_UNIT_CMD_W<'_, 12>
pub fn time_unit_cmd(&mut self) -> TIME_UNIT_CMD_W<'_, 12>
Bit 12 - Time unit for command line
sourcepub fn fifo_ac_mod(&mut self) -> FIFO_AC_MOD_W<'_, 31>
pub fn fifo_ac_mod(&mut self) -> FIFO_AC_MOD_W<'_, 31>
Bit 31 - FIFO Accesss Mode
Methods from Deref<Target = W<SMHC_CTRL_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