pub struct R(/* private fields */);
Expand description
Register csic_dma_frm_cnt
reader
Implementations§
source§impl R
impl R
sourcepub fn frm_cnt(&self) -> FRM_CNT_R
pub fn frm_cnt(&self) -> FRM_CNT_R
Bits 0:15 - Counter value of frame. When frame done comes, the internal counter value add 1, and when the reg full, it is cleared to 0 . When parser sent a sync signal, it is cleared to 0.
sourcepub fn pclk_dma_clr_distance(&self) -> PCLK_DMA_CLR_DISTANCE_R
pub fn pclk_dma_clr_distance(&self) -> PCLK_DMA_CLR_DISTANCE_R
Bits 16:30 - Frame cnt clear cycle
N*T_{SYNC}
sourcepub fn frm_cnt_clr(&self) -> FRM_CNT_CLR_R
pub fn frm_cnt_clr(&self) -> FRM_CNT_CLR_R
Bit 31 - When the bit set to 1, Frame cnt is cleared to 0.
Methods from Deref<Target = R<CSIC_DMA_FRM_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