efm32gg11b510_pac/
cryotimer.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 - Interrupt Duration"]
7    pub periodsel: crate::Reg<periodsel::PERIODSEL_SPEC>,
8    #[doc = "0x08 - Counter Value"]
9    pub cnt: crate::Reg<cnt::CNT_SPEC>,
10    #[doc = "0x0c - Wake Up Enable"]
11    pub em4wuen: crate::Reg<em4wuen::EM4WUEN_SPEC>,
12    #[doc = "0x10 - Interrupt Flag Register"]
13    pub if_: crate::Reg<if_::IF_SPEC>,
14    #[doc = "0x14 - Interrupt Flag Set Register"]
15    pub ifs: crate::Reg<ifs::IFS_SPEC>,
16    #[doc = "0x18 - Interrupt Flag Clear Register"]
17    pub ifc: crate::Reg<ifc::IFC_SPEC>,
18    #[doc = "0x1c - Interrupt Enable Register"]
19    pub ien: crate::Reg<ien::IEN_SPEC>,
20}
21#[doc = "CTRL register accessor: an alias for `Reg<CTRL_SPEC>`"]
22pub type CTRL = crate::Reg<ctrl::CTRL_SPEC>;
23#[doc = "Control Register"]
24pub mod ctrl;
25#[doc = "PERIODSEL register accessor: an alias for `Reg<PERIODSEL_SPEC>`"]
26pub type PERIODSEL = crate::Reg<periodsel::PERIODSEL_SPEC>;
27#[doc = "Interrupt Duration"]
28pub mod periodsel;
29#[doc = "CNT register accessor: an alias for `Reg<CNT_SPEC>`"]
30pub type CNT = crate::Reg<cnt::CNT_SPEC>;
31#[doc = "Counter Value"]
32pub mod cnt;
33#[doc = "EM4WUEN register accessor: an alias for `Reg<EM4WUEN_SPEC>`"]
34pub type EM4WUEN = crate::Reg<em4wuen::EM4WUEN_SPEC>;
35#[doc = "Wake Up Enable"]
36pub mod em4wuen;
37#[doc = "IF register accessor: an alias for `Reg<IF_SPEC>`"]
38pub type IF = crate::Reg<if_::IF_SPEC>;
39#[doc = "Interrupt Flag Register"]
40pub mod if_;
41#[doc = "IFS register accessor: an alias for `Reg<IFS_SPEC>`"]
42pub type IFS = crate::Reg<ifs::IFS_SPEC>;
43#[doc = "Interrupt Flag Set Register"]
44pub mod ifs;
45#[doc = "IFC register accessor: an alias for `Reg<IFC_SPEC>`"]
46pub type IFC = crate::Reg<ifc::IFC_SPEC>;
47#[doc = "Interrupt Flag Clear Register"]
48pub mod ifc;
49#[doc = "IEN register accessor: an alias for `Reg<IEN_SPEC>`"]
50pub type IEN = crate::Reg<ien::IEN_SPEC>;
51#[doc = "Interrupt Enable Register"]
52pub mod ien;