Struct stm32f30x_hal::rcc::Rcc [] [src]

pub struct Rcc {
    pub ahb: AHB,
    pub apb1: APB1,
    pub apb2: APB2,
    pub cfgr: CFGR,
}

Constrained RCC peripheral

Fields

AMBA High-performance Bus (AHB) 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