pub struct DmaSeq { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl DmaSeq
impl DmaSeq
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn maxcnt(self) -> Reg<Maxcnt, RW>
pub const fn maxcnt(self) -> Reg<Maxcnt, RW>
Description cluster: Maximum number of bytes in channel buffer
Sourcepub const fn amount(self) -> Reg<Amount, R>
pub const fn amount(self) -> Reg<Amount, R>
Description cluster: Number of bytes transferred in the last transaction, updated after the END event.
Sourcepub const fn currentamount(self) -> Reg<Currentamount, R>
pub const fn currentamount(self) -> Reg<Currentamount, R>
Description cluster: Number of bytes transferred in the current transaction
Sourcepub const fn terminateonbuserror(self) -> Reg<Terminateonbuserror, RW>
pub const fn terminateonbuserror(self) -> Reg<Terminateonbuserror, RW>
Description cluster: Terminate the transaction if a BUSERROR event is detected.
Sourcepub const fn buserroraddress(self) -> Reg<u32, R>
pub const fn buserroraddress(self) -> Reg<u32, R>
Description cluster: Address of transaction that generated the last BUSERROR event.
Trait Implementations§
impl Copy for DmaSeq
impl Eq for DmaSeq
impl Send for DmaSeq
impl StructuralPartialEq for DmaSeq
impl Sync for DmaSeq
Auto Trait Implementations§
impl Freeze for DmaSeq
impl RefUnwindSafe for DmaSeq
impl Unpin for DmaSeq
impl UnwindSafe for DmaSeq
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
)