pub struct R(/* private fields */);
Expand description
Register csic_dma_fifo_stat
reader
Implementations§
source§impl R
impl R
sourcepub fn fifo_frm_max(&self) -> FIFO_FRM_MAX_R
pub fn fifo_frm_max(&self) -> FIFO_FRM_MAX_R
Bits 0:12 - Indicates the maximum depth of FIFO being occupied for whole frame. Update at every vsync or framedone.
Methods from Deref<Target = R<CSIC_DMA_FIFO_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