#[repr(C)]pub struct SEQ {
pub ptr: PTR,
pub cnt: CNT,
pub refresh: REFRESH,
pub enddelay: ENDDELAY,
}Expand description
Register block
Fields§
§ptr: PTR0x00 - Description cluster[n]: Beginning address in RAM of this sequence
cnt: CNT0x04 - Description cluster[n]: Number of values (duty cycles) in this sequence
refresh: REFRESH0x08 - Description cluster[n]: Number of additional PWM periods between samples loaded into compare register
enddelay: ENDDELAY0x0c - Description cluster[n]: Time added after the sequence
Auto Trait Implementations§
impl !Freeze for SEQ
impl !RefUnwindSafe for SEQ
impl Send for SEQ
impl !Sync for SEQ
impl Unpin for SEQ
impl UnwindSafe for SEQ
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