Struct d1_pac::spi_dbi::spi_samp_dl::W
source · pub struct W(/* private fields */);
Expand description
Register spi_samp_dl
writer
Implementations§
source§impl W
impl W
sourcepub fn samp_dl_sw(&mut self) -> SAMP_DL_SW_W<'_, 0>
pub fn samp_dl_sw(&mut self) -> SAMP_DL_SW_W<'_, 0>
Bits 0:5 - Sample Delay Software
sourcepub fn samp_dl_sw_en(&mut self) -> SAMP_DL_SW_EN_W<'_, 7>
pub fn samp_dl_sw_en(&mut self) -> SAMP_DL_SW_EN_W<'_, 7>
Bit 7 - Sample Delay Software Enable
sourcepub fn samp_dl_cal_start(&mut self) -> SAMP_DL_CAL_START_W<'_, 15>
pub fn samp_dl_cal_start(&mut self) -> SAMP_DL_CAL_START_W<'_, 15>
Bit 15 - Sample Delay Calibration Start
Methods from Deref<Target = W<SPI_SAMP_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