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 - DMA Module Activation Register"]
    pub dmast: DMAST,
    _reserved1: [u8; 0x3f],
    #[doc = "0x40 - DMAC Error Channel Register"]
    pub dmechr: DMECHR,
}
#[doc = "DMAST (rw) register accessor: an alias for `Reg<DMAST_SPEC>`"]
pub type DMAST = crate::Reg<dmast::DMAST_SPEC>;
#[doc = "DMA Module Activation Register"]
pub mod dmast;
#[doc = "DMECHR (rw) register accessor: an alias for `Reg<DMECHR_SPEC>`"]
pub type DMECHR = crate::Reg<dmechr::DMECHR_SPEC>;
#[doc = "DMAC Error Channel Register"]
pub mod dmechr;