Struct d1_pac::smhc::smhc_smap_dl::R
source · pub struct R(/* private fields */);
Expand description
Register smhc_smap_dl
reader
Implementations§
source§impl R
impl R
sourcepub fn samp_dl_sw(&self) -> SAMP_DL_SW_R
pub fn samp_dl_sw(&self) -> SAMP_DL_SW_R
Bits 0:5 - Sample Delay Software
sourcepub fn samp_dl_sw_en(&self) -> SAMP_DL_SW_EN_R
pub fn samp_dl_sw_en(&self) -> SAMP_DL_SW_EN_R
Bit 7 - Sample Delay Software Enable
sourcepub fn samp_dl_cal_done(&self) -> SAMP_DL_CAL_DONE_R
pub fn samp_dl_cal_done(&self) -> SAMP_DL_CAL_DONE_R
Bit 14 - Sample Delay Calibration Done
sourcepub fn samp_dl_cal_start(&self) -> SAMP_DL_CAL_START_R
pub fn samp_dl_cal_start(&self) -> SAMP_DL_CAL_START_R
Bit 15 - Sample Delay Calibration Start
Methods from Deref<Target = R<SMHC_SMAP_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