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 ptr(self) -> Reg<u32, RW>
pub const fn ptr(self) -> Reg<u32, RW>
Description cluster: Beginning address in RAM of this sequence
Sourcepub const fn maxcnt(self) -> Reg<Cnt, RW>
pub const fn maxcnt(self) -> Reg<Cnt, RW>
Description cluster: Number of values (duty cycles) in this sequence
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)