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 - IWDT Refresh Register"]
    pub iwdtrr: IWDTRR,
    _reserved1: [u8; 0x03],
    #[doc = "0x04 - IWDT Status Register"]
    pub iwdtsr: IWDTSR,
}
#[doc = "IWDTRR (rw) register accessor: an alias for `Reg<IWDTRR_SPEC>`"]
pub type IWDTRR = crate::Reg<iwdtrr::IWDTRR_SPEC>;
#[doc = "IWDT Refresh Register"]
pub mod iwdtrr;
#[doc = "IWDTSR (rw) register accessor: an alias for `Reg<IWDTSR_SPEC>`"]
pub type IWDTSR = crate::Reg<iwdtsr::IWDTSR_SPEC>;
#[doc = "IWDT Status Register"]
pub mod iwdtsr;