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