Struct d1_pac::csic::csic_parser0::csic_prs_ncsic_rx_signal6_dly_adj::W
source · pub struct W(/* private fields */);
Expand description
Register csic_prs_ncsic_rx_signal6_dly_adj
writer
Implementations§
source§impl W
impl W
sourcepub fn d0_dly(&mut self) -> D0_DLY_W<'_, 0>
pub fn d0_dly(&mut self) -> D0_DLY_W<'_, 0>
Bits 0:4 - D0_dly 32 Step for adjust, 1 step = 0.2 ns
sourcepub fn d1_dly(&mut self) -> D1_DLY_W<'_, 8>
pub fn d1_dly(&mut self) -> D1_DLY_W<'_, 8>
Bits 8:12 - D1_dly 32 Step for adjust, 1 step = 0.2 ns
sourcepub fn d2_dly(&mut self) -> D2_DLY_W<'_, 16>
pub fn d2_dly(&mut self) -> D2_DLY_W<'_, 16>
Bits 16:20 - D2_dly 32 Step for adjust, 1 step = 0.2 ns
Methods from Deref<Target = W<CSIC_PRS_NCSIC_RX_SIGNAL6_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