#[repr(transparent)]pub struct DmaCh0CurrentAppTxBuffer(pub u32);Expand description
Channel 0 Current Application Transmit Buffer Address
Tuple Fields§
§0: u32Implementations§
Source§impl DmaCh0CurrentAppTxBuffer
impl DmaCh0CurrentAppTxBuffer
Sourcepub const fn curtbufaptr(&self) -> u32
pub const fn curtbufaptr(&self) -> u32
Application Transmit Buffer Address Pointer
Sourcepub const fn set_curtbufaptr(&mut self, val: u32)
pub const fn set_curtbufaptr(&mut self, val: u32)
Application Transmit Buffer Address Pointer
Trait Implementations§
Source§impl Clone for DmaCh0CurrentAppTxBuffer
impl Clone for DmaCh0CurrentAppTxBuffer
Source§fn clone(&self) -> DmaCh0CurrentAppTxBuffer
fn clone(&self) -> DmaCh0CurrentAppTxBuffer
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 DmaCh0CurrentAppTxBuffer
impl Debug for DmaCh0CurrentAppTxBuffer
Source§impl Default for DmaCh0CurrentAppTxBuffer
impl Default for DmaCh0CurrentAppTxBuffer
Source§fn default() -> DmaCh0CurrentAppTxBuffer
fn default() -> DmaCh0CurrentAppTxBuffer
Returns the “default value” for a type. Read more
Source§impl PartialEq for DmaCh0CurrentAppTxBuffer
impl PartialEq for DmaCh0CurrentAppTxBuffer
impl Copy for DmaCh0CurrentAppTxBuffer
impl Eq for DmaCh0CurrentAppTxBuffer
impl StructuralPartialEq for DmaCh0CurrentAppTxBuffer
Auto Trait Implementations§
impl Freeze for DmaCh0CurrentAppTxBuffer
impl RefUnwindSafe for DmaCh0CurrentAppTxBuffer
impl Send for DmaCh0CurrentAppTxBuffer
impl Sync for DmaCh0CurrentAppTxBuffer
impl Unpin for DmaCh0CurrentAppTxBuffer
impl UnwindSafe for DmaCh0CurrentAppTxBuffer
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