efm32pg1b200_pac/
idac0.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 - Current Programming Register"]
7    pub curprog: crate::Reg<curprog::CURPROG_SPEC>,
8    _reserved2: [u8; 0x04],
9    #[doc = "0x0c - Duty Cycle Configuration Register"]
10    pub dutyconfig: crate::Reg<dutyconfig::DUTYCONFIG_SPEC>,
11    _reserved3: [u8; 0x08],
12    #[doc = "0x18 - Status Register"]
13    pub status: crate::Reg<status::STATUS_SPEC>,
14    _reserved4: [u8; 0x04],
15    #[doc = "0x20 - Interrupt Flag Register"]
16    pub if_: crate::Reg<if_::IF_SPEC>,
17    #[doc = "0x24 - Interrupt Flag Set Register"]
18    pub ifs: crate::Reg<ifs::IFS_SPEC>,
19    #[doc = "0x28 - Interrupt Flag Clear Register"]
20    pub ifc: crate::Reg<ifc::IFC_SPEC>,
21    #[doc = "0x2c - Interrupt Enable Register"]
22    pub ien: crate::Reg<ien::IEN_SPEC>,
23    _reserved8: [u8; 0x04],
24    #[doc = "0x34 - APORT Request Status Register"]
25    pub aportreq: crate::Reg<aportreq::APORTREQ_SPEC>,
26    #[doc = "0x38 - APORT Request Status Register"]
27    pub aportconflict: crate::Reg<aportconflict::APORTCONFLICT_SPEC>,
28}
29#[doc = "CTRL 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 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 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 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 Request Status Register"]
68pub mod aportconflict;