pub struct Auxdatadma { /* private fields */ }Expand description
Unspecified
Implementations§
Source§impl Auxdatadma
impl Auxdatadma
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn enable(self) -> Reg<Enable, RW>
pub const fn enable(self) -> Reg<Enable, RW>
Description cluster: Enable or disable data acquisition
Sourcepub const fn maxcnt(self) -> Reg<AuxdatadmaMaxcnt, RW>
pub const fn maxcnt(self) -> Reg<AuxdatadmaMaxcnt, RW>
Description cluster: Maximum number of 32-bit words to transfer
Sourcepub const fn amount(self) -> Reg<AuxdatadmaAmount, R>
pub const fn amount(self) -> Reg<AuxdatadmaAmount, R>
Description cluster: Number of 32-bit words transferred in the last transaction
Trait Implementations§
Source§impl Clone for Auxdatadma
impl Clone for Auxdatadma
Source§fn clone(&self) -> Auxdatadma
fn clone(&self) -> Auxdatadma
Returns a copy 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 PartialEq for Auxdatadma
impl PartialEq for Auxdatadma
impl Copy for Auxdatadma
impl Eq for Auxdatadma
impl Send for Auxdatadma
impl StructuralPartialEq for Auxdatadma
impl Sync for Auxdatadma
Auto Trait Implementations§
impl Freeze for Auxdatadma
impl RefUnwindSafe for Auxdatadma
impl Unpin for Auxdatadma
impl UnwindSafe for Auxdatadma
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)