ra2a1 0.2.0

Peripheral access API for ra2a1 microcontrollers (generated using svd2rust)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - MemMirror Special Function Register"]
    pub mmsfr: MMSFR,
    #[doc = "0x04 - MemMirror Enable Register"]
    pub mmen: MMEN,
}
#[doc = "MMSFR (rw) register accessor: an alias for `Reg<MMSFR_SPEC>`"]
pub type MMSFR = crate::Reg<mmsfr::MMSFR_SPEC>;
#[doc = "MemMirror Special Function Register"]
pub mod mmsfr;
#[doc = "MMEN (rw) register accessor: an alias for `Reg<MMEN_SPEC>`"]
pub type MMEN = crate::Reg<mmen::MMEN_SPEC>;
#[doc = "MemMirror Enable Register"]
pub mod mmen;