Struct e310x::pwm0::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub cfg: CFG, pub count: COUNT, pub pwms: PWMS, pub cmp0: CMP0, pub cmp1: CMP1, pub cmp2: CMP2, pub cmp3: CMP3, // some fields omitted }

Register block

Fields

0x00 - PWM Configuration Register

0x04 - Counter Register

0x10 - Scaled Halfword Counter Register

0x20 - Compare Register

0x24 - Compare Register

0x28 - Compare Register

0x2c - Compare Register

Auto Trait Implementations