efm32g230_pac/
rmu.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - Control Register"]
5    pub ctrl: crate::Reg<ctrl::CTRL_SPEC>,
6    #[doc = "0x04 - Reset Cause Register"]
7    pub rstcause: crate::Reg<rstcause::RSTCAUSE_SPEC>,
8    #[doc = "0x08 - Command Register"]
9    pub cmd: crate::Reg<cmd::CMD_SPEC>,
10}
11#[doc = "CTRL register accessor: an alias for `Reg<CTRL_SPEC>`"]
12pub type CTRL = crate::Reg<ctrl::CTRL_SPEC>;
13#[doc = "Control Register"]
14pub mod ctrl;
15#[doc = "RSTCAUSE register accessor: an alias for `Reg<RSTCAUSE_SPEC>`"]
16pub type RSTCAUSE = crate::Reg<rstcause::RSTCAUSE_SPEC>;
17#[doc = "Reset Cause Register"]
18pub mod rstcause;
19#[doc = "CMD register accessor: an alias for `Reg<CMD_SPEC>`"]
20pub type CMD = crate::Reg<cmd::CMD_SPEC>;
21#[doc = "Command Register"]
22pub mod cmd;