pub struct R(/* private fields */);
Expand description
Register smhc_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn soft_rst(&self) -> SOFT_RST_R
pub fn soft_rst(&self) -> SOFT_RST_R
Bit 0 - Software Reset
sourcepub fn fifo_rst(&self) -> FIFO_RST_R
pub fn fifo_rst(&self) -> FIFO_RST_R
Bit 1 - FIFO Reset
sourcepub fn cd_dbc_enb(&self) -> CD_DBC_ENB_R
pub fn cd_dbc_enb(&self) -> CD_DBC_ENB_R
Bit 8 - Card Detect (Data[3] status) De-bounce Enable
sourcepub fn ddr_mod_sel(&self) -> DDR_MOD_SEL_R
pub fn ddr_mod_sel(&self) -> DDR_MOD_SEL_R
Bit 10 - DDR Mode Select
sourcepub fn time_unit_dat(&self) -> TIME_UNIT_DAT_R
pub fn time_unit_dat(&self) -> TIME_UNIT_DAT_R
Bit 11 - Time unit for data line
sourcepub fn time_unit_cmd(&self) -> TIME_UNIT_CMD_R
pub fn time_unit_cmd(&self) -> TIME_UNIT_CMD_R
Bit 12 - Time unit for command line
sourcepub fn fifo_ac_mod(&self) -> FIFO_AC_MOD_R
pub fn fifo_ac_mod(&self) -> FIFO_AC_MOD_R
Bit 31 - FIFO Accesss Mode
Methods from Deref<Target = R<SMHC_CTRL_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