Struct efm32gg990::emu::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub memctrl: MEMCTRL, pub lock: LOCK, pub auxctrl: AUXCTRL, pub em4conf: EM4CONF, pub buctrl: BUCTRL, pub pwrconf: PWRCONF, pub buinact: BUINACT, pub buact: BUACT, pub status: STATUS, pub route: ROUTE, pub if_: IF, pub ifs: IFS, pub ifc: IFC, pub ien: IEN, pub bubodbuvincal: BUBODBUVINCAL, pub bubodunregcal: BUBODUNREGCAL, // some fields omitted }

Register block

Fields

0x00 - Control Register

0x04 - Memory Control Register

0x08 - Configuration Lock Register

0x24 - Auxiliary Control Register

0x2c - Energy mode 4 configuration register

0x30 - Backup Power configuration register

0x34 - Power connection configuration register

0x38 - Backup mode inactive configuration register

0x3c - Backup mode active configuration register

0x40 - Status register

0x44 - I/O Routing Register

0x48 - Interrupt Flag Register

0x4c - Interrupt Flag Set Register

0x50 - Interrupt Flag Clear Register

0x54 - Interrupt Enable Register

0x58 - BU_VIN Backup BOD calibration

0x5c - Unregulated power Backup BOD calibration

Auto Trait Implementations