Struct efm32gg990::prs::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub swpulse: SWPULSE, pub swlevel: SWLEVEL, pub route: ROUTE, pub ch0_ctrl: CH0_CTRL, pub ch1_ctrl: CH1_CTRL, pub ch2_ctrl: CH2_CTRL, pub ch3_ctrl: CH3_CTRL, pub ch4_ctrl: CH4_CTRL, pub ch5_ctrl: CH5_CTRL, pub ch6_ctrl: CH6_CTRL, pub ch7_ctrl: CH7_CTRL, pub ch8_ctrl: CH8_CTRL, pub ch9_ctrl: CH9_CTRL, pub ch10_ctrl: CH10_CTRL, pub ch11_ctrl: CH11_CTRL, // some fields omitted }

Register block

Fields

0x00 - Software Pulse Register

0x04 - Software Level Register

0x08 - I/O Routing Register

0x10 - Channel Control Register

0x14 - Channel Control Register

0x18 - Channel Control Register

0x1c - Channel Control Register

0x20 - Channel Control Register

0x24 - Channel Control Register

0x28 - Channel Control Register

0x2c - Channel Control Register

0x30 - Channel Control Register

0x34 - Channel Control Register

0x38 - Channel Control Register

0x3c - Channel Control Register

Auto Trait Implementations