Struct nrf52840_pac::pwm0::seq::SEQ
source · #[repr(C)]pub struct SEQ {
pub ptr: PTR,
pub cnt: CNT,
pub refresh: REFRESH,
pub enddelay: ENDDELAY,
}
Expand description
Register block
Fields§
§ptr: PTR
0x00 - Description cluster[n]: Beginning address in RAM of this sequence
cnt: CNT
0x04 - Description cluster[n]: Number of values (duty cycles) in this sequence
refresh: REFRESH
0x08 - Description cluster[n]: Number of additional PWM periods between samples loaded into compare register
enddelay: ENDDELAY
0x0c - 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