1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Timer IRQ Enable Register"]
5 pub tmr_irq_en: crate::Reg<tmr_irq_en::TMR_IRQ_EN_SPEC>,
6 #[doc = "0x04 - Timer Status Register"]
7 pub tmr_irq_sta: crate::Reg<tmr_irq_sta::TMR_IRQ_STA_SPEC>,
8 _reserved2: [u8; 0x08],
9 #[doc = "0x10 - Timer IRQ Enable Register"]
10 pub tmr0_ctrl: crate::Reg<tmr_ctrl::TMR_CTRL_SPEC>,
11 #[doc = "0x14 - Timer Interval Value Register"]
12 pub tmr0_intv_value: crate::Reg<tmr_intv_value::TMR_INTV_VALUE_SPEC>,
13 #[doc = "0x18 - Timer Current Value Register"]
14 pub tmr0_cur_value: crate::Reg<tmr_cur_value::TMR_CUR_VALUE_SPEC>,
15 _reserved5: [u8; 0x04],
16 #[doc = "0x20 - Timer IRQ Enable Register"]
17 pub tmr1_ctrl: crate::Reg<tmr_ctrl::TMR_CTRL_SPEC>,
18 #[doc = "0x24 - Timer Interval Value Register"]
19 pub tmr1_intv_value: crate::Reg<tmr_intv_value::TMR_INTV_VALUE_SPEC>,
20 #[doc = "0x28 - Timer Current Value Register"]
21 pub tmr1_cur_value: crate::Reg<tmr_cur_value::TMR_CUR_VALUE_SPEC>,
22 _reserved8: [u8; 0x74],
23 #[doc = "0xa0 - Watchdog IRQ Enable Register"]
24 pub wdog_irq_en: crate::Reg<wdog_irq_en::WDOG_IRQ_EN_SPEC>,
25 #[doc = "0xa4 - Watchdog Status Register"]
26 pub wdog_irq_sta: crate::Reg<wdog_irq_sta::WDOG_IRQ_STA_SPEC>,
27 #[doc = "0xa8 - Watchdog Software Reset Register"]
28 pub wdog_soft_rst: crate::Reg<wdog_soft_rst::WDOG_SOFT_RST_SPEC>,
29 _reserved11: [u8; 0x04],
30 #[doc = "0xb0 - Watchdog Control Register"]
31 pub wdog_ctrl: crate::Reg<wdog_ctrl::WDOG_CTRL_SPEC>,
32 #[doc = "0xb4 - Watchdog Configuration Register"]
33 pub wdog_cfg: crate::Reg<wdog_cfg::WDOG_CFG_SPEC>,
34 #[doc = "0xb8 - Watchdog Mode Register"]
35 pub wdog_mode: crate::Reg<wdog_mode::WDOG_MODE_SPEC>,
36 #[doc = "0xbc - Watchdog Output Configuration Register"]
37 pub wdog_output_cfg: crate::Reg<wdog_output_cfg::WDOG_OUTPUT_CFG_SPEC>,
38 #[doc = "0xc0 - AVS Counter Control Register"]
39 pub avs_cnt_ctl: crate::Reg<avs_cnt_ctl::AVS_CNT_CTL_SPEC>,
40 #[doc = "0xc4 - AVS Counter 0 Register"]
41 pub avs_cnt0: crate::Reg<avs_cnt0::AVS_CNT0_SPEC>,
42 #[doc = "0xc8 - AVS Counter 1 Register"]
43 pub avs_cnt1: crate::Reg<avs_cnt1::AVS_CNT1_SPEC>,
44 #[doc = "0xcc - AVS Counter Divisor Register"]
45 pub avs_cnt_div: crate::Reg<avs_cnt_div::AVS_CNT_DIV_SPEC>,
46}
47#[doc = "tmr_irq_en register accessor: an alias for `Reg<TMR_IRQ_EN_SPEC>`"]
48pub type TMR_IRQ_EN = crate::Reg<tmr_irq_en::TMR_IRQ_EN_SPEC>;
49#[doc = "Timer IRQ Enable Register"]
50pub mod tmr_irq_en;
51#[doc = "tmr_irq_sta register accessor: an alias for `Reg<TMR_IRQ_STA_SPEC>`"]
52pub type TMR_IRQ_STA = crate::Reg<tmr_irq_sta::TMR_IRQ_STA_SPEC>;
53#[doc = "Timer Status Register"]
54pub mod tmr_irq_sta;
55#[doc = "tmr_ctrl register accessor: an alias for `Reg<TMR_CTRL_SPEC>`"]
56pub type TMR_CTRL = crate::Reg<tmr_ctrl::TMR_CTRL_SPEC>;
57#[doc = "Timer IRQ Enable Register"]
58pub mod tmr_ctrl;
59#[doc = "tmr_intv_value register accessor: an alias for `Reg<TMR_INTV_VALUE_SPEC>`"]
60pub type TMR_INTV_VALUE = crate::Reg<tmr_intv_value::TMR_INTV_VALUE_SPEC>;
61#[doc = "Timer Interval Value Register"]
62pub mod tmr_intv_value;
63#[doc = "tmr_cur_value register accessor: an alias for `Reg<TMR_CUR_VALUE_SPEC>`"]
64pub type TMR_CUR_VALUE = crate::Reg<tmr_cur_value::TMR_CUR_VALUE_SPEC>;
65#[doc = "Timer Current Value Register"]
66pub mod tmr_cur_value;
67#[doc = "wdog_irq_en register accessor: an alias for `Reg<WDOG_IRQ_EN_SPEC>`"]
68pub type WDOG_IRQ_EN = crate::Reg<wdog_irq_en::WDOG_IRQ_EN_SPEC>;
69#[doc = "Watchdog IRQ Enable Register"]
70pub mod wdog_irq_en;
71#[doc = "wdog_irq_sta register accessor: an alias for `Reg<WDOG_IRQ_STA_SPEC>`"]
72pub type WDOG_IRQ_STA = crate::Reg<wdog_irq_sta::WDOG_IRQ_STA_SPEC>;
73#[doc = "Watchdog Status Register"]
74pub mod wdog_irq_sta;
75#[doc = "wdog_soft_rst register accessor: an alias for `Reg<WDOG_SOFT_RST_SPEC>`"]
76pub type WDOG_SOFT_RST = crate::Reg<wdog_soft_rst::WDOG_SOFT_RST_SPEC>;
77#[doc = "Watchdog Software Reset Register"]
78pub mod wdog_soft_rst;
79#[doc = "wdog_ctrl register accessor: an alias for `Reg<WDOG_CTRL_SPEC>`"]
80pub type WDOG_CTRL = crate::Reg<wdog_ctrl::WDOG_CTRL_SPEC>;
81#[doc = "Watchdog Control Register"]
82pub mod wdog_ctrl;
83#[doc = "wdog_cfg register accessor: an alias for `Reg<WDOG_CFG_SPEC>`"]
84pub type WDOG_CFG = crate::Reg<wdog_cfg::WDOG_CFG_SPEC>;
85#[doc = "Watchdog Configuration Register"]
86pub mod wdog_cfg;
87#[doc = "wdog_mode register accessor: an alias for `Reg<WDOG_MODE_SPEC>`"]
88pub type WDOG_MODE = crate::Reg<wdog_mode::WDOG_MODE_SPEC>;
89#[doc = "Watchdog Mode Register"]
90pub mod wdog_mode;
91#[doc = "wdog_output_cfg register accessor: an alias for `Reg<WDOG_OUTPUT_CFG_SPEC>`"]
92pub type WDOG_OUTPUT_CFG = crate::Reg<wdog_output_cfg::WDOG_OUTPUT_CFG_SPEC>;
93#[doc = "Watchdog Output Configuration Register"]
94pub mod wdog_output_cfg;
95#[doc = "avs_cnt_ctl register accessor: an alias for `Reg<AVS_CNT_CTL_SPEC>`"]
96pub type AVS_CNT_CTL = crate::Reg<avs_cnt_ctl::AVS_CNT_CTL_SPEC>;
97#[doc = "AVS Counter Control Register"]
98pub mod avs_cnt_ctl;
99#[doc = "avs_cnt0 register accessor: an alias for `Reg<AVS_CNT0_SPEC>`"]
100pub type AVS_CNT0 = crate::Reg<avs_cnt0::AVS_CNT0_SPEC>;
101#[doc = "AVS Counter 0 Register"]
102pub mod avs_cnt0;
103#[doc = "avs_cnt1 register accessor: an alias for `Reg<AVS_CNT1_SPEC>`"]
104pub type AVS_CNT1 = crate::Reg<avs_cnt1::AVS_CNT1_SPEC>;
105#[doc = "AVS Counter 1 Register"]
106pub mod avs_cnt1;
107#[doc = "avs_cnt_div register accessor: an alias for `Reg<AVS_CNT_DIV_SPEC>`"]
108pub type AVS_CNT_DIV = crate::Reg<avs_cnt_div::AVS_CNT_DIV_SPEC>;
109#[doc = "AVS Counter Divisor Register"]
110pub mod avs_cnt_div;