Struct d1_pac::smhc::smhc_hs400_dl::W
source · pub struct W(/* private fields */);
Expand description
Register smhc_hs400_dl
writer
Implementations§
source§impl W
impl W
sourcepub fn hs400_dl_sw(&mut self) -> HS400_DL_SW_W<'_, 0>
pub fn hs400_dl_sw(&mut self) -> HS400_DL_SW_W<'_, 0>
Bits 0:3 - HS400 Delay Software
sourcepub fn hs400_dl_sw_en(&mut self) -> HS400_DL_SW_EN_W<'_, 7>
pub fn hs400_dl_sw_en(&mut self) -> HS400_DL_SW_EN_W<'_, 7>
Bit 7 - Sample Delay Software Enable
sourcepub fn hs400_dl_cal_start(&mut self) -> HS400_DL_CAL_START_W<'_, 15>
pub fn hs400_dl_cal_start(&mut self) -> HS400_DL_CAL_START_W<'_, 15>
Bit 15 - HS400 Delay Calibration Start
Methods from Deref<Target = W<SMHC_HS400_DL_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