1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Control Register"]
5 pub rstc_cr: crate::Reg<rstc_cr::RSTC_CR_SPEC>,
6 #[doc = "0x04 - Status Register"]
7 pub rstc_sr: crate::Reg<rstc_sr::RSTC_SR_SPEC>,
8 #[doc = "0x08 - Mode Register"]
9 pub rstc_mr: crate::Reg<rstc_mr::RSTC_MR_SPEC>,
10}
11#[doc = "RSTC_CR register accessor: an alias for `Reg<RSTC_CR_SPEC>`"]
12pub type RSTC_CR = crate::Reg<rstc_cr::RSTC_CR_SPEC>;
13#[doc = "Control Register"]
14pub mod rstc_cr;
15#[doc = "RSTC_SR register accessor: an alias for `Reg<RSTC_SR_SPEC>`"]
16pub type RSTC_SR = crate::Reg<rstc_sr::RSTC_SR_SPEC>;
17#[doc = "Status Register"]
18pub mod rstc_sr;
19#[doc = "RSTC_MR register accessor: an alias for `Reg<RSTC_MR_SPEC>`"]
20pub type RSTC_MR = crate::Reg<rstc_mr::RSTC_MR_SPEC>;
21#[doc = "Mode Register"]
22pub mod rstc_mr;