pub struct R(/* private fields */);
Expand description
Register csic_dma_pclk_stat
reader
Implementations§
source§impl R
impl R
sourcepub fn pclk_cnt_line_min(&self) -> PCLK_CNT_LINE_MIN_R
pub fn pclk_cnt_line_min(&self) -> PCLK_CNT_LINE_MIN_R
Bits 0:14 - Indicates minimum pixel clock counter value for each line. Update at every vsync or framedone.
sourcepub fn pclk_cnt_line_max(&self) -> PCLK_CNT_LINE_MAX_R
pub fn pclk_cnt_line_max(&self) -> PCLK_CNT_LINE_MAX_R
Bits 16:30 - Indicates maximum pixel clock counter value for each line. Update at every vsync or framedone.
Methods from Deref<Target = R<CSIC_DMA_PCLK_STAT_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