ra6t2 0.2.0

Peripheral access API for ra6t2 microcontrollers (generated using svd2rust)
Documentation
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Module Stop Control Register A"]
    pub mstpcra: MSTPCRA,
    #[doc = "0x04 - Module Stop Control Register B"]
    pub mstpcrb: MSTPCRB,
    #[doc = "0x08 - Module Stop Control Register C"]
    pub mstpcrc: MSTPCRC,
    #[doc = "0x0c - Module Stop Control Register D"]
    pub mstpcrd: MSTPCRD,
    #[doc = "0x10 - Module Stop Control Register E"]
    pub mstpcre: MSTPCRE,
}
#[doc = "MSTPCRA (rw) register accessor: an alias for `Reg<MSTPCRA_SPEC>`"]
pub type MSTPCRA = crate::Reg<mstpcra::MSTPCRA_SPEC>;
#[doc = "Module Stop Control Register A"]
pub mod mstpcra;
#[doc = "MSTPCRB (rw) register accessor: an alias for `Reg<MSTPCRB_SPEC>`"]
pub type MSTPCRB = crate::Reg<mstpcrb::MSTPCRB_SPEC>;
#[doc = "Module Stop Control Register B"]
pub mod mstpcrb;
#[doc = "MSTPCRC (rw) register accessor: an alias for `Reg<MSTPCRC_SPEC>`"]
pub type MSTPCRC = crate::Reg<mstpcrc::MSTPCRC_SPEC>;
#[doc = "Module Stop Control Register C"]
pub mod mstpcrc;
#[doc = "MSTPCRD (rw) register accessor: an alias for `Reg<MSTPCRD_SPEC>`"]
pub type MSTPCRD = crate::Reg<mstpcrd::MSTPCRD_SPEC>;
#[doc = "Module Stop Control Register D"]
pub mod mstpcrd;
#[doc = "MSTPCRE (rw) register accessor: an alias for `Reg<MSTPCRE_SPEC>`"]
pub type MSTPCRE = crate::Reg<mstpcre::MSTPCRE_SPEC>;
#[doc = "Module Stop Control Register E"]
pub mod mstpcre;