pub struct R(/* private fields */);
Expand description
Register csic_dma_stored_frm_cnt
reader
Implementations§
source§impl R
impl R
sourcepub fn csic_dma_stored_frm_cnt(&self) -> CSIC_DMA_STORED_FRM_CNT_R
pub fn csic_dma_stored_frm_cnt(&self) -> CSIC_DMA_STORED_FRM_CNT_R
Bits 0:7 - Indicates value of stored frames counter. When the counter value reaches CSIC_DMA_STORED_FRM_THRESHOLD, the counter is cleared to 0. Only used in Buffer Addr FIFO Mode.
Methods from Deref<Target = R<CSIC_DMA_STORED_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