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 - Wake Up Unit Control Register"]
    pub wuctl: WUCTL,
    _reserved1: [u8; 0x017c],
    #[doc = "0x180 - Wake Up Unit Operating Status Register"]
    pub wust: WUST,
}
#[doc = "WUCTL (rw) register accessor: an alias for `Reg<WUCTL_SPEC>`"]
pub type WUCTL = crate::Reg<wuctl::WUCTL_SPEC>;
#[doc = "Wake Up Unit Control Register"]
pub mod wuctl;
#[doc = "WUST (r) register accessor: an alias for `Reg<WUST_SPEC>`"]
pub type WUST = crate::Reg<wust::WUST_SPEC>;
#[doc = "Wake Up Unit Operating Status Register"]
pub mod wust;