Struct nrf52::pwm0::SEQ [] [src]

#[repr(C)]
pub struct SEQ { pub ptr: PTR, pub cnt: CNT, pub refresh: REFRESH, pub enddelay: ENDDELAY, }

Register block

Fields

0x00 - Description cluster[0]: Beginning address in Data RAM of this sequence

0x04 - Description cluster[0]: Amount of values (duty cycles) in this sequence

0x08 - Description cluster[0]: Amount of additional PWM periods between samples loaded into compare register

0x0c - Description cluster[0]: Time added after the sequence

Trait Implementations

Auto Trait Implementations

impl Send for SEQ

impl !Sync for SEQ