stm32f042 0.6.3

Peripheral access API for STM32F042 microcontrollers
1
2
3
4
5
6
7
8
9
10
11
12
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - control and status register"]
    pub csr: CSR,
}
#[doc = "control and status register"]
pub struct CSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "control and status register"]
pub mod csr;