mk20d7/pmc/
mod.rs

1#[doc = r" Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - Low Voltage Detect Status and Control 1 Register"]
5    pub lvdsc1: LVDSC1,
6    #[doc = "0x01 - Low Voltage Detect Status and Control 2 Register"]
7    pub lvdsc2: LVDSC2,
8    #[doc = "0x02 - Regulator Status and Control Register"]
9    pub regsc: REGSC,
10}
11#[doc = "Low Voltage Detect Status and Control 1 Register"]
12pub struct LVDSC1 {
13    register: ::vcell::VolatileCell<u8>,
14}
15#[doc = "Low Voltage Detect Status and Control 1 Register"]
16pub mod lvdsc1;
17#[doc = "Low Voltage Detect Status and Control 2 Register"]
18pub struct LVDSC2 {
19    register: ::vcell::VolatileCell<u8>,
20}
21#[doc = "Low Voltage Detect Status and Control 2 Register"]
22pub mod lvdsc2;
23#[doc = "Regulator Status and Control Register"]
24pub struct REGSC {
25    register: ::vcell::VolatileCell<u8>,
26}
27#[doc = "Regulator Status and Control Register"]
28pub mod regsc;