xmc1000 0.1.0

Peripheral access API for XMC1xxx series microcontrollers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Voltage Detector Status Register"]
    pub vdesr: VDESR,
}
#[doc = "Voltage Detector Status Register"]
pub struct VDESR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Voltage Detector Status Register"]
pub mod vdesr;