ra6t2 0.2.0

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