#[repr(transparent)]pub struct DmatsStatfifo(pub u32);Expand description
CSI DMA Transfer Size Register - for STATFIFO
Tuple Fields§
§0: u32Implementations§
Source§impl DmatsStatfifo
impl DmatsStatfifo
Sourcepub const fn dma_tsf_size_sff(&self) -> u32
pub const fn dma_tsf_size_sff(&self) -> u32
DMA Transfer Size for STATFIFO
Sourcepub const fn set_dma_tsf_size_sff(&mut self, val: u32)
pub const fn set_dma_tsf_size_sff(&mut self, val: u32)
DMA Transfer Size for STATFIFO
Trait Implementations§
Source§impl Clone for DmatsStatfifo
impl Clone for DmatsStatfifo
Source§fn clone(&self) -> DmatsStatfifo
fn clone(&self) -> DmatsStatfifo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DmatsStatfifo
impl Debug for DmatsStatfifo
Source§impl Default for DmatsStatfifo
impl Default for DmatsStatfifo
Source§fn default() -> DmatsStatfifo
fn default() -> DmatsStatfifo
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmatsStatfifo
impl PartialEq for DmatsStatfifo
impl Copy for DmatsStatfifo
impl Eq for DmatsStatfifo
impl StructuralPartialEq for DmatsStatfifo
Auto Trait Implementations§
impl Freeze for DmatsStatfifo
impl RefUnwindSafe for DmatsStatfifo
impl Send for DmatsStatfifo
impl Sync for DmatsStatfifo
impl Unpin for DmatsStatfifo
impl UnwindSafe for DmatsStatfifo
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