pub struct EventsDmaSeq { /* private fields */ }
Expand description
Peripheral events.
Implementations§
Source§impl EventsDmaSeq
impl EventsDmaSeq
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn end(self) -> Reg<u32, RW>
pub const fn end(self) -> Reg<u32, RW>
Description cluster: Generated after all MAXCNT bytes have been transferred
Trait Implementations§
Source§impl Clone for EventsDmaSeq
impl Clone for EventsDmaSeq
Source§fn clone(&self) -> EventsDmaSeq
fn clone(&self) -> EventsDmaSeq
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 EventsDmaSeq
impl PartialEq for EventsDmaSeq
impl Copy for EventsDmaSeq
impl Eq for EventsDmaSeq
impl Send for EventsDmaSeq
impl StructuralPartialEq for EventsDmaSeq
impl Sync for EventsDmaSeq
Auto Trait Implementations§
impl Freeze for EventsDmaSeq
impl RefUnwindSafe for EventsDmaSeq
impl Unpin for EventsDmaSeq
impl UnwindSafe for EventsDmaSeq
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
)