stm32f429 0.6.1

Peripheral access API for STM32F429 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 - Power and clock gating control register"]
    pub otg_hs_pcgcr: OTG_HS_PCGCR,
}
#[doc = "Power and clock gating control register"]
pub struct OTG_HS_PCGCR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Power and clock gating control register"]
pub mod otg_hs_pcgcr;