pub struct R(_);
Expand description
Register SMHC_SMAP_DL
reader
Implementations
sourceimpl R
impl R
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
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_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_sw(&self) -> SAMP_DL_SW_R
pub fn samp_dl_sw(&self) -> SAMP_DL_SW_R
Bits 0:5 - Sample Delay Software
Methods from Deref<Target = R<SMHC_SMAP_DL_SPEC>>
Trait Implementations
sourceimpl From<R<SMHC_SMAP_DL_SPEC>> for R
impl From<R<SMHC_SMAP_DL_SPEC>> for R
sourcefn from(reader: R<SMHC_SMAP_DL_SPEC>) -> Self
fn from(reader: R<SMHC_SMAP_DL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more