stm32l1 0.8.0

Device support crates for STM32L1 devices
Documentation
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Control register"]
    pub cr: CR,
    #[doc = "0x04 - Configuration register"]
    pub cfr: CFR,
    #[doc = "0x08 - SR"]
    pub sr: SR,
}
#[doc = "Control register"]
pub struct CR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Control register"]
pub mod cr;
#[doc = "Configuration register"]
pub struct CFR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Configuration register"]
pub mod cfr;
#[doc = "SR"]
pub struct SR {
    register: vcell::VolatileCell<u32>,
}
#[doc = "SR"]
pub mod sr;