1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#[doc = "SMC Setup Register"]
pub struct SMC_SETUP {
    register: vcell::VolatileCell<u32>,
}
#[doc = "SMC Setup Register"]
pub mod smc_setup;
#[doc = "SMC Pulse Register"]
pub struct SMC_PULSE {
    register: vcell::VolatileCell<u32>,
}
#[doc = "SMC Pulse Register"]
pub mod smc_pulse;
#[doc = "SMC Cycle Register"]
pub struct SMC_CYCLE {
    register: vcell::VolatileCell<u32>,
}
#[doc = "SMC Cycle Register"]
pub mod smc_cycle;
#[doc = "SMC Mode Register"]
pub struct SMC_MODE {
    register: vcell::VolatileCell<u32>,
}
#[doc = "SMC Mode Register"]
pub mod smc_mode;