pub struct Seq { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Seq
impl Seq
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 cnt(self) -> Reg<Cnt, RW>
pub const fn cnt(self) -> Reg<Cnt, RW>
Description cluster: Number of values (duty cycles) in this sequence
Trait Implementations§
impl Copy for Seq
impl Eq for Seq
impl Send for Seq
impl StructuralPartialEq for Seq
impl Sync for Seq
Auto Trait Implementations§
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
)