#[repr(transparent)]pub struct DmaFinAddr(pub u32);Expand description
Final DMA Address
Tuple Fields§
§0: u32Implementations§
Source§impl DmaFinAddr
impl DmaFinAddr
Sourcepub const fn dma_fin_addr(&self) -> u32
pub const fn dma_fin_addr(&self) -> u32
Indicates the final address of system memory that was accessed by ELS during the last command.
Sourcepub const fn set_dma_fin_addr(&mut self, val: u32)
pub const fn set_dma_fin_addr(&mut self, val: u32)
Indicates the final address of system memory that was accessed by ELS during the last command.
Trait Implementations§
Source§impl Clone for DmaFinAddr
impl Clone for DmaFinAddr
Source§fn clone(&self) -> DmaFinAddr
fn clone(&self) -> DmaFinAddr
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 DmaFinAddr
impl Debug for DmaFinAddr
Source§impl Default for DmaFinAddr
impl Default for DmaFinAddr
Source§fn default() -> DmaFinAddr
fn default() -> DmaFinAddr
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmaFinAddr
impl PartialEq for DmaFinAddr
impl Copy for DmaFinAddr
impl Eq for DmaFinAddr
impl StructuralPartialEq for DmaFinAddr
Auto Trait Implementations§
impl Freeze for DmaFinAddr
impl RefUnwindSafe for DmaFinAddr
impl Send for DmaFinAddr
impl Sync for DmaFinAddr
impl Unpin for DmaFinAddr
impl UnwindSafe for DmaFinAddr
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