#[repr(transparent)]pub struct Cr19(pub u32);Expand description
CSI Control Register 19
Tuple Fields§
§0: u32Implementations§
Source§impl Cr19
impl Cr19
Sourcepub const fn dma_rfifo_highest_fifo_level(&self) -> u8
pub const fn dma_rfifo_highest_fifo_level(&self) -> u8
This byte stores the highest FIFO level achieved by CSI FIFO timely and will be clear by writing 8’ff to it
Sourcepub const fn set_dma_rfifo_highest_fifo_level(&mut self, val: u8)
pub const fn set_dma_rfifo_highest_fifo_level(&mut self, val: u8)
This byte stores the highest FIFO level achieved by CSI FIFO timely and will be clear by writing 8’ff to it
Trait Implementations§
impl Copy for Cr19
impl Eq for Cr19
impl StructuralPartialEq for Cr19
Auto Trait Implementations§
impl Freeze for Cr19
impl RefUnwindSafe for Cr19
impl Send for Cr19
impl Sync for Cr19
impl Unpin for Cr19
impl UnwindSafe for Cr19
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