ra4m1/
mstp.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - Module Stop Control Register B"]
5    pub mstpcrb: MSTPCRB,
6    #[doc = "0x04 - Module Stop Control Register C"]
7    pub mstpcrc: MSTPCRC,
8    #[doc = "0x08 - Module Stop Control Register D"]
9    pub mstpcrd: MSTPCRD,
10}
11#[doc = "MSTPCRB (rw) register accessor: an alias for `Reg<MSTPCRB_SPEC>`"]
12pub type MSTPCRB = crate::Reg<mstpcrb::MSTPCRB_SPEC>;
13#[doc = "Module Stop Control Register B"]
14pub mod mstpcrb;
15#[doc = "MSTPCRC (rw) register accessor: an alias for `Reg<MSTPCRC_SPEC>`"]
16pub type MSTPCRC = crate::Reg<mstpcrc::MSTPCRC_SPEC>;
17#[doc = "Module Stop Control Register C"]
18pub mod mstpcrc;
19#[doc = "MSTPCRD (rw) register accessor: an alias for `Reg<MSTPCRD_SPEC>`"]
20pub type MSTPCRD = crate::Reg<mstpcrd::MSTPCRD_SPEC>;
21#[doc = "Module Stop Control Register D"]
22pub mod mstpcrd;