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