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