pub struct Csi { /* private fields */ }Expand description
CSI
Implementations§
Source§impl Csi
impl Csi
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn dmasa_statfifo(self) -> Reg<DmasaStatfifo, RW>
pub const fn dmasa_statfifo(self) -> Reg<DmasaStatfifo, RW>
CSI DMA Start Address Register - for STATFIFO
Sourcepub const fn dmats_statfifo(self) -> Reg<DmatsStatfifo, RW>
pub const fn dmats_statfifo(self) -> Reg<DmatsStatfifo, RW>
CSI DMA Transfer Size Register - for STATFIFO
Sourcepub const fn dmasa_fb1(self) -> Reg<DmasaFb1, RW>
pub const fn dmasa_fb1(self) -> Reg<DmasaFb1, RW>
CSI DMA Start Address Register - for Frame Buffer1
Trait Implementations§
impl Copy for Csi
impl Eq for Csi
impl Send for Csi
impl StructuralPartialEq for Csi
impl Sync for Csi
Auto Trait Implementations§
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