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