#[repr(transparent)]pub struct DmasaFb2(pub u32);Expand description
CSI DMA Transfer Size Register - for Frame Buffer2
Tuple Fields§
§0: u32Implementations§
Source§impl DmasaFb2
impl DmasaFb2
Sourcepub const fn dma_start_addr_fb2(&self) -> u32
pub const fn dma_start_addr_fb2(&self) -> u32
DMA Start Address in Frame Buffer2
Sourcepub const fn set_dma_start_addr_fb2(&mut self, val: u32)
pub const fn set_dma_start_addr_fb2(&mut self, val: u32)
DMA Start Address in Frame Buffer2
Trait Implementations§
impl Copy for DmasaFb2
impl Eq for DmasaFb2
impl StructuralPartialEq for DmasaFb2
Auto Trait Implementations§
impl Freeze for DmasaFb2
impl RefUnwindSafe for DmasaFb2
impl Send for DmasaFb2
impl Sync for DmasaFb2
impl Unpin for DmasaFb2
impl UnwindSafe for DmasaFb2
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