Struct stm32f429_hal::rcc::Rcc [] [src]

pub struct Rcc {
    pub ahb1: AHB1,
    pub ahb2: AHB2,
    pub ahb3: AHB3,
    pub apb1: APB1,
    pub apb2: APB2,
    pub cfgr: CFGR,
}

Constrained RCC peripheral

Fields

AMBA High-performance Bus 1 (AHB1) registers

AMBA High-performance Bus 2 (AHB2) registers

AMBA High-performance Bus 3 (AHB3) registers

Advanced Peripheral Bus 1 (APB1) registers

Advanced Peripheral Bus 2 (APB2) registers

Clock configuration

Trait Implementations

Auto Trait Implementations

impl Send for Rcc

impl Sync for Rcc