ra4m2/
tzf.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - TrustZone Filter Operation After Detection Register"]
5    pub tzfoad: TZFOAD,
6    _reserved1: [u8; 0x02],
7    #[doc = "0x04 - TrustZone Filter Protect Register"]
8    pub tzfpt: TZFPT,
9}
10#[doc = "TZFOAD (rw) register accessor: an alias for `Reg<TZFOAD_SPEC>`"]
11pub type TZFOAD = crate::Reg<tzfoad::TZFOAD_SPEC>;
12#[doc = "TrustZone Filter Operation After Detection Register"]
13pub mod tzfoad;
14#[doc = "TZFPT (rw) register accessor: an alias for `Reg<TZFPT_SPEC>`"]
15pub type TZFPT = crate::Reg<tzfpt::TZFPT_SPEC>;
16#[doc = "TrustZone Filter Protect Register"]
17pub mod tzfpt;