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 - Debug Status Register"]
    pub dbgstr: DBGSTR,
    _reserved1: [u8; 0x0c],
    #[doc = "0x10 - Debug Stop Control Register"]
    pub dbgstopcr: DBGSTOPCR,
}
#[doc = "DBGSTR (r) register accessor: an alias for `Reg<DBGSTR_SPEC>`"]
pub type DBGSTR = crate::Reg<dbgstr::DBGSTR_SPEC>;
#[doc = "Debug Status Register"]
pub mod dbgstr;
#[doc = "DBGSTOPCR (rw) register accessor: an alias for `Reg<DBGSTOPCR_SPEC>`"]
pub type DBGSTOPCR = crate::Reg<dbgstopcr::DBGSTOPCR_SPEC>;
#[doc = "Debug Stop Control Register"]
pub mod dbgstopcr;