Struct xmc4200::hrpwm0_csg0::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub dci: DCI, pub ies: IES, pub sc: SC, pub pc: PC, pub dsv1: DSV1, pub dsv2: DSV2, pub sdsv1: SDSV1, pub spc: SPC, pub cc: CC, pub plc: PLC, pub blv: BLV, pub sre: SRE, pub srs: SRS, pub sws: SWS, pub swc: SWC, pub istat: ISTAT, }

Register block

Fields

0x00 - External input selection

0x04 - External input selection

0x08 - Slope generation control

0x0c - Pulse swallow configuration

0x10 - DAC reference value 1

0x14 - DAC reference value 1

0x18 - Shadow reference value 1

0x1c - Shadow Pulse swallow value

0x20 - Comparator configuration

0x24 - Passive level configuration

0x28 - Comparator blanking value

0x2c - Service request enable

0x30 - Service request line selector

0x34 - Service request SW set

0x38 - Service request SW clear

0x3c - Service request status

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock