efm32jg12b_pac/efm32jg12b500/
idac0.rs1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Control Register"]
5 pub ctrl: CTRL,
6 #[doc = "0x04 - Current Programming Register"]
7 pub curprog: CURPROG,
8 _reserved2: [u8; 0x04],
9 #[doc = "0x0c - Duty Cycle Configuration Register"]
10 pub dutyconfig: DUTYCONFIG,
11 _reserved3: [u8; 0x08],
12 #[doc = "0x18 - Status Register"]
13 pub status: STATUS,
14 _reserved4: [u8; 0x04],
15 #[doc = "0x20 - Interrupt Flag Register"]
16 pub if_: IF,
17 #[doc = "0x24 - Interrupt Flag Set Register"]
18 pub ifs: IFS,
19 #[doc = "0x28 - Interrupt Flag Clear Register"]
20 pub ifc: IFC,
21 #[doc = "0x2c - Interrupt Enable Register"]
22 pub ien: IEN,
23 _reserved8: [u8; 0x04],
24 #[doc = "0x34 - APORT Request Status Register"]
25 pub aportreq: APORTREQ,
26 #[doc = "0x38 - APORT Request Status Register"]
27 pub aportconflict: APORTCONFLICT,
28}
29#[doc = "CTRL (rw) register accessor: an alias for `Reg<CTRL_SPEC>`"]
30pub type CTRL = crate::Reg<ctrl::CTRL_SPEC>;
31#[doc = "Control Register"]
32pub mod ctrl;
33#[doc = "CURPROG (rw) register accessor: an alias for `Reg<CURPROG_SPEC>`"]
34pub type CURPROG = crate::Reg<curprog::CURPROG_SPEC>;
35#[doc = "Current Programming Register"]
36pub mod curprog;
37#[doc = "DUTYCONFIG (rw) register accessor: an alias for `Reg<DUTYCONFIG_SPEC>`"]
38pub type DUTYCONFIG = crate::Reg<dutyconfig::DUTYCONFIG_SPEC>;
39#[doc = "Duty Cycle Configuration Register"]
40pub mod dutyconfig;
41#[doc = "STATUS (r) 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 (r) 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 (w) 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 (w) 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 (rw) 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 (r) 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 (r) register accessor: an alias for `Reg<APORTCONFLICT_SPEC>`"]
66pub type APORTCONFLICT = crate::Reg<aportconflict::APORTCONFLICT_SPEC>;
67#[doc = "APORT Request Status Register"]
68pub mod aportconflict;