pub struct R(/* private fields */);
Expand description
Register csic_dma_frm_clk_cnt
reader
Implementations§
source§impl R
impl R
sourcepub fn frm_clk_cnt(&self) -> FRM_CLK_CNT_R
pub fn frm_clk_cnt(&self) -> FRM_CLK_CNT_R
Bits 0:23 - Counter value between every frame. For instant hardware frame rate statics.
The internal counter is added by one every 12 MHz clock cycle. When frame done or vsync comes, the internal counter value is sampled to FRM_CLK_CNT, and cleared to 0.
Methods from Deref<Target = R<CSIC_DMA_FRM_CLK_CNT_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