Struct d1_pac::smhc::emmc_ddr_sbit_det::R
source · pub struct R(/* private fields */);
Expand description
Register emmc_ddr_sbit_det
reader
Implementations§
source§impl R
impl R
sourcepub fn half_start_bit(&self) -> HALF_START_BIT_R
pub fn half_start_bit(&self) -> HALF_START_BIT_R
Bit 0 - Control for start bit detection mechanism inside mstorage based on duration of start bit
sourcepub fn hs400_md_en(&self) -> HS400_MD_EN_R
pub fn hs400_md_en(&self) -> HS400_MD_EN_R
Bit 31 - HS400 Mode Enable
Methods from Deref<Target = R<EMMC_DDR_SBIT_DET_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