ra4e1/
sram.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - SRAM Parity Error Operation After Detection Register"]
5    pub parioad: PARIOAD,
6    _reserved1: [u8; 0x03],
7    #[doc = "0x04 - SRAM Protection Register"]
8    pub sramprcr: SRAMPRCR,
9    _reserved2: [u8; 0x03],
10    #[doc = "0x08 - SRAM Wait State Control Register"]
11    pub sramwtsc: SRAMWTSC,
12    _reserved3: [u8; 0x03],
13    #[doc = "0x0c - SRAM Protection Register 2"]
14    pub sramprcr2: SRAMPRCR2,
15}
16#[doc = "PARIOAD (rw) register accessor: an alias for `Reg<PARIOAD_SPEC>`"]
17pub type PARIOAD = crate::Reg<parioad::PARIOAD_SPEC>;
18#[doc = "SRAM Parity Error Operation After Detection Register"]
19pub mod parioad;
20#[doc = "SRAMPRCR (rw) register accessor: an alias for `Reg<SRAMPRCR_SPEC>`"]
21pub type SRAMPRCR = crate::Reg<sramprcr::SRAMPRCR_SPEC>;
22#[doc = "SRAM Protection Register"]
23pub mod sramprcr;
24#[doc = "SRAMWTSC (rw) register accessor: an alias for `Reg<SRAMWTSC_SPEC>`"]
25pub type SRAMWTSC = crate::Reg<sramwtsc::SRAMWTSC_SPEC>;
26#[doc = "SRAM Wait State Control Register"]
27pub mod sramwtsc;
28#[doc = "SRAMPRCR2 (rw) register accessor: an alias for `Reg<SRAMPRCR2_SPEC>`"]
29pub type SRAMPRCR2 = crate::Reg<sramprcr2::SRAMPRCR2_SPEC>;
30#[doc = "SRAM Protection Register 2"]
31pub mod sramprcr2;