efm32gg11b_pac/efm32gg11b110/
acmp1.rs1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Control Register"]
5 pub ctrl: CTRL,
6 #[doc = "0x04 - Input Selection Register"]
7 pub inputsel: INPUTSEL,
8 #[doc = "0x08 - Status Register"]
9 pub status: STATUS,
10 #[doc = "0x0c - Interrupt Flag Register"]
11 pub if_: IF,
12 #[doc = "0x10 - Interrupt Flag Set Register"]
13 pub ifs: IFS,
14 #[doc = "0x14 - Interrupt Flag Clear Register"]
15 pub ifc: IFC,
16 #[doc = "0x18 - Interrupt Enable Register"]
17 pub ien: IEN,
18 _reserved7: [u8; 0x04],
19 #[doc = "0x20 - APORT Request Status Register"]
20 pub aportreq: APORTREQ,
21 #[doc = "0x24 - APORT Conflict Status Register"]
22 pub aportconflict: APORTCONFLICT,
23 #[doc = "0x28 - Hysteresis 0 Register"]
24 pub hysteresis0: HYSTERESIS0,
25 #[doc = "0x2c - Hysteresis 1 Register"]
26 pub hysteresis1: HYSTERESIS1,
27 _reserved11: [u8; 0x10],
28 #[doc = "0x40 - I/O Routing Pine Enable Register"]
29 pub routepen: ROUTEPEN,
30 #[doc = "0x44 - I/O Routing Location Register"]
31 pub routeloc0: ROUTELOC0,
32 #[doc = "0x48 - External Override Interface Control"]
33 pub extifctrl: EXTIFCTRL,
34}
35#[doc = "CTRL (rw) register accessor: an alias for `Reg<CTRL_SPEC>`"]
36pub type CTRL = crate::Reg<ctrl::CTRL_SPEC>;
37#[doc = "Control Register"]
38pub mod ctrl;
39#[doc = "INPUTSEL (rw) register accessor: an alias for `Reg<INPUTSEL_SPEC>`"]
40pub type INPUTSEL = crate::Reg<inputsel::INPUTSEL_SPEC>;
41#[doc = "Input Selection Register"]
42pub mod inputsel;
43#[doc = "STATUS (r) register accessor: an alias for `Reg<STATUS_SPEC>`"]
44pub type STATUS = crate::Reg<status::STATUS_SPEC>;
45#[doc = "Status Register"]
46pub mod status;
47#[doc = "IF (r) register accessor: an alias for `Reg<IF_SPEC>`"]
48pub type IF = crate::Reg<if_::IF_SPEC>;
49#[doc = "Interrupt Flag Register"]
50pub mod if_;
51#[doc = "IFS (w) register accessor: an alias for `Reg<IFS_SPEC>`"]
52pub type IFS = crate::Reg<ifs::IFS_SPEC>;
53#[doc = "Interrupt Flag Set Register"]
54pub mod ifs;
55#[doc = "IFC (w) register accessor: an alias for `Reg<IFC_SPEC>`"]
56pub type IFC = crate::Reg<ifc::IFC_SPEC>;
57#[doc = "Interrupt Flag Clear Register"]
58pub mod ifc;
59#[doc = "IEN (rw) register accessor: an alias for `Reg<IEN_SPEC>`"]
60pub type IEN = crate::Reg<ien::IEN_SPEC>;
61#[doc = "Interrupt Enable Register"]
62pub mod ien;
63#[doc = "APORTREQ (r) register accessor: an alias for `Reg<APORTREQ_SPEC>`"]
64pub type APORTREQ = crate::Reg<aportreq::APORTREQ_SPEC>;
65#[doc = "APORT Request Status Register"]
66pub mod aportreq;
67#[doc = "APORTCONFLICT (r) register accessor: an alias for `Reg<APORTCONFLICT_SPEC>`"]
68pub type APORTCONFLICT = crate::Reg<aportconflict::APORTCONFLICT_SPEC>;
69#[doc = "APORT Conflict Status Register"]
70pub mod aportconflict;
71#[doc = "HYSTERESIS0 (rw) register accessor: an alias for `Reg<HYSTERESIS0_SPEC>`"]
72pub type HYSTERESIS0 = crate::Reg<hysteresis0::HYSTERESIS0_SPEC>;
73#[doc = "Hysteresis 0 Register"]
74pub mod hysteresis0;
75#[doc = "HYSTERESIS1 (rw) register accessor: an alias for `Reg<HYSTERESIS1_SPEC>`"]
76pub type HYSTERESIS1 = crate::Reg<hysteresis1::HYSTERESIS1_SPEC>;
77#[doc = "Hysteresis 1 Register"]
78pub mod hysteresis1;
79#[doc = "ROUTEPEN (rw) register accessor: an alias for `Reg<ROUTEPEN_SPEC>`"]
80pub type ROUTEPEN = crate::Reg<routepen::ROUTEPEN_SPEC>;
81#[doc = "I/O Routing Pine Enable Register"]
82pub mod routepen;
83#[doc = "ROUTELOC0 (rw) register accessor: an alias for `Reg<ROUTELOC0_SPEC>`"]
84pub type ROUTELOC0 = crate::Reg<routeloc0::ROUTELOC0_SPEC>;
85#[doc = "I/O Routing Location Register"]
86pub mod routeloc0;
87#[doc = "EXTIFCTRL (rw) register accessor: an alias for `Reg<EXTIFCTRL_SPEC>`"]
88pub type EXTIFCTRL = crate::Reg<extifctrl::EXTIFCTRL_SPEC>;
89#[doc = "External Override Interface Control"]
90pub mod extifctrl;