efm32gg280_pac/
emu.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - Control Register"]
5    pub ctrl: crate::Reg<ctrl::CTRL_SPEC>,
6    #[doc = "0x04 - Memory Control Register"]
7    pub memctrl: crate::Reg<memctrl::MEMCTRL_SPEC>,
8    #[doc = "0x08 - Configuration Lock Register"]
9    pub lock: crate::Reg<lock::LOCK_SPEC>,
10    _reserved3: [u8; 0x18],
11    #[doc = "0x24 - Auxiliary Control Register"]
12    pub auxctrl: crate::Reg<auxctrl::AUXCTRL_SPEC>,
13    _reserved4: [u8; 0x04],
14    #[doc = "0x2c - Energy mode 4 configuration register"]
15    pub em4conf: crate::Reg<em4conf::EM4CONF_SPEC>,
16    #[doc = "0x30 - Backup Power configuration register"]
17    pub buctrl: crate::Reg<buctrl::BUCTRL_SPEC>,
18    #[doc = "0x34 - Power connection configuration register"]
19    pub pwrconf: crate::Reg<pwrconf::PWRCONF_SPEC>,
20    #[doc = "0x38 - Backup mode inactive configuration register"]
21    pub buinact: crate::Reg<buinact::BUINACT_SPEC>,
22    #[doc = "0x3c - Backup mode active configuration register"]
23    pub buact: crate::Reg<buact::BUACT_SPEC>,
24    #[doc = "0x40 - Status register"]
25    pub status: crate::Reg<status::STATUS_SPEC>,
26    #[doc = "0x44 - I/O Routing Register"]
27    pub route: crate::Reg<route::ROUTE_SPEC>,
28    #[doc = "0x48 - Interrupt Flag Register"]
29    pub if_: crate::Reg<if_::IF_SPEC>,
30    #[doc = "0x4c - Interrupt Flag Set Register"]
31    pub ifs: crate::Reg<ifs::IFS_SPEC>,
32    #[doc = "0x50 - Interrupt Flag Clear Register"]
33    pub ifc: crate::Reg<ifc::IFC_SPEC>,
34    #[doc = "0x54 - Interrupt Enable Register"]
35    pub ien: crate::Reg<ien::IEN_SPEC>,
36    #[doc = "0x58 - BU_VIN Backup BOD calibration"]
37    pub bubodbuvincal: crate::Reg<bubodbuvincal::BUBODBUVINCAL_SPEC>,
38    #[doc = "0x5c - Unregulated power Backup BOD calibration"]
39    pub bubodunregcal: crate::Reg<bubodunregcal::BUBODUNREGCAL_SPEC>,
40}
41#[doc = "CTRL register accessor: an alias for `Reg<CTRL_SPEC>`"]
42pub type CTRL = crate::Reg<ctrl::CTRL_SPEC>;
43#[doc = "Control Register"]
44pub mod ctrl;
45#[doc = "MEMCTRL register accessor: an alias for `Reg<MEMCTRL_SPEC>`"]
46pub type MEMCTRL = crate::Reg<memctrl::MEMCTRL_SPEC>;
47#[doc = "Memory Control Register"]
48pub mod memctrl;
49#[doc = "LOCK register accessor: an alias for `Reg<LOCK_SPEC>`"]
50pub type LOCK = crate::Reg<lock::LOCK_SPEC>;
51#[doc = "Configuration Lock Register"]
52pub mod lock;
53#[doc = "AUXCTRL register accessor: an alias for `Reg<AUXCTRL_SPEC>`"]
54pub type AUXCTRL = crate::Reg<auxctrl::AUXCTRL_SPEC>;
55#[doc = "Auxiliary Control Register"]
56pub mod auxctrl;
57#[doc = "EM4CONF register accessor: an alias for `Reg<EM4CONF_SPEC>`"]
58pub type EM4CONF = crate::Reg<em4conf::EM4CONF_SPEC>;
59#[doc = "Energy mode 4 configuration register"]
60pub mod em4conf;
61#[doc = "BUCTRL register accessor: an alias for `Reg<BUCTRL_SPEC>`"]
62pub type BUCTRL = crate::Reg<buctrl::BUCTRL_SPEC>;
63#[doc = "Backup Power configuration register"]
64pub mod buctrl;
65#[doc = "PWRCONF register accessor: an alias for `Reg<PWRCONF_SPEC>`"]
66pub type PWRCONF = crate::Reg<pwrconf::PWRCONF_SPEC>;
67#[doc = "Power connection configuration register"]
68pub mod pwrconf;
69#[doc = "BUINACT register accessor: an alias for `Reg<BUINACT_SPEC>`"]
70pub type BUINACT = crate::Reg<buinact::BUINACT_SPEC>;
71#[doc = "Backup mode inactive configuration register"]
72pub mod buinact;
73#[doc = "BUACT register accessor: an alias for `Reg<BUACT_SPEC>`"]
74pub type BUACT = crate::Reg<buact::BUACT_SPEC>;
75#[doc = "Backup mode active configuration register"]
76pub mod buact;
77#[doc = "STATUS register accessor: an alias for `Reg<STATUS_SPEC>`"]
78pub type STATUS = crate::Reg<status::STATUS_SPEC>;
79#[doc = "Status register"]
80pub mod status;
81#[doc = "ROUTE register accessor: an alias for `Reg<ROUTE_SPEC>`"]
82pub type ROUTE = crate::Reg<route::ROUTE_SPEC>;
83#[doc = "I/O Routing Register"]
84pub mod route;
85#[doc = "IF register accessor: an alias for `Reg<IF_SPEC>`"]
86pub type IF = crate::Reg<if_::IF_SPEC>;
87#[doc = "Interrupt Flag Register"]
88pub mod if_;
89#[doc = "IFS register accessor: an alias for `Reg<IFS_SPEC>`"]
90pub type IFS = crate::Reg<ifs::IFS_SPEC>;
91#[doc = "Interrupt Flag Set Register"]
92pub mod ifs;
93#[doc = "IFC register accessor: an alias for `Reg<IFC_SPEC>`"]
94pub type IFC = crate::Reg<ifc::IFC_SPEC>;
95#[doc = "Interrupt Flag Clear Register"]
96pub mod ifc;
97#[doc = "IEN register accessor: an alias for `Reg<IEN_SPEC>`"]
98pub type IEN = crate::Reg<ien::IEN_SPEC>;
99#[doc = "Interrupt Enable Register"]
100pub mod ien;
101#[doc = "BUBODBUVINCAL register accessor: an alias for `Reg<BUBODBUVINCAL_SPEC>`"]
102pub type BUBODBUVINCAL = crate::Reg<bubodbuvincal::BUBODBUVINCAL_SPEC>;
103#[doc = "BU_VIN Backup BOD calibration"]
104pub mod bubodbuvincal;
105#[doc = "BUBODUNREGCAL register accessor: an alias for `Reg<BUBODUNREGCAL_SPEC>`"]
106pub type BUBODUNREGCAL = crate::Reg<bubodunregcal::BUBODUNREGCAL_SPEC>;
107#[doc = "Unregulated power Backup BOD calibration"]
108pub mod bubodunregcal;