Struct d1_pac::csic::csic_parser0::csic_prs_ncsic_rx_signal5_dly_adj::W
source · pub struct W(/* private fields */);
Expand description
Register csic_prs_ncsic_rx_signal5_dly_adj
writer
Implementations§
source§impl W
impl W
sourcepub fn d4_dly(&mut self) -> D4_DLY_W<'_, 0>
pub fn d4_dly(&mut self) -> D4_DLY_W<'_, 0>
Bits 0:4 - D4_dly 32 Step for adjust, 1 step = 0.2 ns
sourcepub fn d5_dly(&mut self) -> D5_DLY_W<'_, 8>
pub fn d5_dly(&mut self) -> D5_DLY_W<'_, 8>
Bits 8:12 - D5_dly 32 Step for adjust, 1 step = 0.2 ns
sourcepub fn d6_dly(&mut self) -> D6_DLY_W<'_, 16>
pub fn d6_dly(&mut self) -> D6_DLY_W<'_, 16>
Bits 16:20 - D6_dly 32 Step for adjust, 1 step = 0.2 ns
Methods from Deref<Target = W<CSIC_PRS_NCSIC_RX_SIGNAL5_DLY_ADJ_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