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
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - POEG Group %s Setting Register"]
    pub poegga: POEGG,
    _reserved1: [u8; 0xfc],
    #[doc = "0x100 - POEG Group %s Setting Register"]
    pub poeggb: POEGG,
}
#[doc = "POEGG (rw) register accessor: an alias for `Reg<POEGG_SPEC>`"]
pub type POEGG = crate::Reg<poegg::POEGG_SPEC>;
#[doc = "POEG Group %s Setting Register"]
pub mod poegg;