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 - Counter Value Register"]
7 pub cnt: crate::Reg<cnt::CNT_SPEC>,
8 #[doc = "0x08 - Interrupt Flag Register"]
9 pub if_: crate::Reg<if_::IF_SPEC>,
10 #[doc = "0x0c - Interrupt Flag Set Register"]
11 pub ifs: crate::Reg<ifs::IFS_SPEC>,
12 #[doc = "0x10 - Interrupt Flag Clear Register"]
13 pub ifc: crate::Reg<ifc::IFC_SPEC>,
14 #[doc = "0x14 - Interrupt Enable Register"]
15 pub ien: crate::Reg<ien::IEN_SPEC>,
16 _reserved6: [u8; 0x08],
17 #[doc = "0x20 - Compare Value Register X"]
18 pub compa_comp: crate::Reg<compa_comp::COMPA_COMP_SPEC>,
19 #[doc = "0x24 - Compare Value Register X"]
20 pub compb_comp: crate::Reg<compb_comp::COMPB_COMP_SPEC>,
21 #[doc = "0x28 - Compare Value Register X"]
22 pub compc_comp: crate::Reg<compc_comp::COMPC_COMP_SPEC>,
23 #[doc = "0x2c - Compare Value Register X"]
24 pub compd_comp: crate::Reg<compd_comp::COMPD_COMP_SPEC>,
25 #[doc = "0x30 - Compare Value Register X"]
26 pub compe_comp: crate::Reg<compe_comp::COMPE_COMP_SPEC>,
27 #[doc = "0x34 - Compare Value Register X"]
28 pub compf_comp: crate::Reg<compf_comp::COMPF_COMP_SPEC>,
29}
30#[doc = "CTRL register accessor: an alias for `Reg<CTRL_SPEC>`"]
31pub type CTRL = crate::Reg<ctrl::CTRL_SPEC>;
32#[doc = "Control Register"]
33pub mod ctrl;
34#[doc = "CNT register accessor: an alias for `Reg<CNT_SPEC>`"]
35pub type CNT = crate::Reg<cnt::CNT_SPEC>;
36#[doc = "Counter Value Register"]
37pub mod cnt;
38#[doc = "IF register accessor: an alias for `Reg<IF_SPEC>`"]
39pub type IF = crate::Reg<if_::IF_SPEC>;
40#[doc = "Interrupt Flag Register"]
41pub mod if_;
42#[doc = "IFS register accessor: an alias for `Reg<IFS_SPEC>`"]
43pub type IFS = crate::Reg<ifs::IFS_SPEC>;
44#[doc = "Interrupt Flag Set Register"]
45pub mod ifs;
46#[doc = "IFC register accessor: an alias for `Reg<IFC_SPEC>`"]
47pub type IFC = crate::Reg<ifc::IFC_SPEC>;
48#[doc = "Interrupt Flag Clear Register"]
49pub mod ifc;
50#[doc = "IEN register accessor: an alias for `Reg<IEN_SPEC>`"]
51pub type IEN = crate::Reg<ien::IEN_SPEC>;
52#[doc = "Interrupt Enable Register"]
53pub mod ien;
54#[doc = "COMPA_COMP register accessor: an alias for `Reg<COMPA_COMP_SPEC>`"]
55pub type COMPA_COMP = crate::Reg<compa_comp::COMPA_COMP_SPEC>;
56#[doc = "Compare Value Register X"]
57pub mod compa_comp;
58#[doc = "COMPB_COMP register accessor: an alias for `Reg<COMPB_COMP_SPEC>`"]
59pub type COMPB_COMP = crate::Reg<compb_comp::COMPB_COMP_SPEC>;
60#[doc = "Compare Value Register X"]
61pub mod compb_comp;
62#[doc = "COMPC_COMP register accessor: an alias for `Reg<COMPC_COMP_SPEC>`"]
63pub type COMPC_COMP = crate::Reg<compc_comp::COMPC_COMP_SPEC>;
64#[doc = "Compare Value Register X"]
65pub mod compc_comp;
66#[doc = "COMPD_COMP register accessor: an alias for `Reg<COMPD_COMP_SPEC>`"]
67pub type COMPD_COMP = crate::Reg<compd_comp::COMPD_COMP_SPEC>;
68#[doc = "Compare Value Register X"]
69pub mod compd_comp;
70#[doc = "COMPE_COMP register accessor: an alias for `Reg<COMPE_COMP_SPEC>`"]
71pub type COMPE_COMP = crate::Reg<compe_comp::COMPE_COMP_SPEC>;
72#[doc = "Compare Value Register X"]
73pub mod compe_comp;
74#[doc = "COMPF_COMP register accessor: an alias for `Reg<COMPF_COMP_SPEC>`"]
75pub type COMPF_COMP = crate::Reg<compf_comp::COMPF_COMP_SPEC>;
76#[doc = "Compare Value Register X"]
77pub mod compf_comp;