stm32h7 0.15.0

Device support crates for STM32H7 devices
Documentation
1
2
3
4
5
6
7
8
9
10
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Power and clock gating control register"]
    pub pcgcr: crate::Reg<pcgcr::PCGCR_SPEC>,
}
#[doc = "PCGCR register accessor: an alias for `Reg<PCGCR_SPEC>`"]
pub type PCGCR = crate::Reg<pcgcr::PCGCR_SPEC>;
#[doc = "Power and clock gating control register"]
pub mod pcgcr;