Struct d1_pac::csic::csic_parser0::csic_prs_ncsic_rx_signal0_dly_adj::R
source · pub struct R(/* private fields */);
Expand description
Register csic_prs_ncsic_rx_signal0_dly_adj
reader
Implementations§
source§impl R
impl R
sourcepub fn pclk_dly(&self) -> PCLK_DLY_R
pub fn pclk_dly(&self) -> PCLK_DLY_R
Bits 0:4 - Pclk_dly 32 Step for adjust, 1 step = 0.2 ns
sourcepub fn hsync_dly(&self) -> HSYNC_DLY_R
pub fn hsync_dly(&self) -> HSYNC_DLY_R
Bits 8:12 - Hsync_dly 32 Step for adjust, 1 step = 0.2 ns
sourcepub fn vsync_dly(&self) -> VSYNC_DLY_R
pub fn vsync_dly(&self) -> VSYNC_DLY_R
Bits 16:20 - Vsync_dly 32 Step for adjust, 1 step = 0.2 ns
sourcepub fn filed_dly(&self) -> FILED_DLY_R
pub fn filed_dly(&self) -> FILED_DLY_R
Bits 24:28 - Filed_dly 32 Step for adjust, 1 step = 0.2 ns
Methods from Deref<Target = R<CSIC_PRS_NCSIC_RX_SIGNAL0_DLY_ADJ_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