Struct xmc4200::hrpwm0_hrc0::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub gc: GC, pub pl: PL, pub gsel: GSEL, pub tsel: TSEL, pub sc: SC, pub dcr: DCR, pub dcf: DCF, pub cr1: CR1, pub cr2: CR2, pub ssc: SSC, pub sdcr: SDCR, pub sdcf: SDCF, pub scr1: SCR1, pub scr2: SCR2, }

Register block

Fields

0x00 - HRC mode configuration

0x04 - HRC output passive level

0x08 - HRC global control selection

0x0c - HRC timer selection

0x10 - HRC current source for shadow

0x14 - HRC dead time rising value

0x18 - HRC dead time falling value

0x1c - HRC rising edge value

0x20 - HRC falling edge value

0x24 - HRC next source for shadow

0x28 - HRC shadow dead time rising

0x2c - HRC shadow dead time falling

0x30 - HRC shadow rising edge value

0x34 - HRC shadow falling edge value

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock