stm32h7 0.5.0

Device support crates for STM32H7 devices
Documentation
#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - VREFBUF control and status register"]
    pub vrefbuf_csr: VREFBUF_CSR,
    #[doc = "0x04 - VREFBUF calibration control register"]
    pub vrefbuf_ccr: VREFBUF_CCR,
}
#[doc = "VREFBUF control and status register"]
pub struct VREFBUF_CSR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "VREFBUF control and status register"]
pub mod vrefbuf_csr;
#[doc = "VREFBUF calibration control register"]
pub struct VREFBUF_CCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "VREFBUF calibration control register"]
pub mod vrefbuf_ccr;