Struct d1_pac::smhc::smhc_hs400_dl::R
source · pub struct R(/* private fields */);
Expand description
Register smhc_hs400_dl
reader
Implementations§
source§impl R
impl R
sourcepub fn hs400_dl_sw(&self) -> HS400_DL_SW_R
pub fn hs400_dl_sw(&self) -> HS400_DL_SW_R
Bits 0:3 - HS400 Delay Software
sourcepub fn hs400_dl_sw_en(&self) -> HS400_DL_SW_EN_R
pub fn hs400_dl_sw_en(&self) -> HS400_DL_SW_EN_R
Bit 7 - Sample Delay Software Enable
sourcepub fn hs400_dl(&self) -> HS400_DL_R
pub fn hs400_dl(&self) -> HS400_DL_R
Bits 8:11 - HS400 Delay
sourcepub fn hs400_dl_cal_done(&self) -> HS400_DL_CAL_DONE_R
pub fn hs400_dl_cal_done(&self) -> HS400_DL_CAL_DONE_R
Bit 14 - HS400 Delay Calibration Done
sourcepub fn hs400_dl_cal_start(&self) -> HS400_DL_CAL_START_R
pub fn hs400_dl_cal_start(&self) -> HS400_DL_CAL_START_R
Bit 15 - HS400 Delay Calibration Start
Methods from Deref<Target = R<SMHC_HS400_DL_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