Struct stm32f7xx_hal::rcc::Rcc[][src]

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

Constrained RCC peripheral

Fields

ahb1: AHB1

Advanced High-Performance Bus 1 (AHB1) registers

ahb2: AHB2

Advanced High-Performance Bus 2 (AHB2) registers

ahb3: AHB3

Advanced High-Performance Bus 3 (AHB3) registers

apb1: APB1

Advanced Peripheral Bus 1 (APB1) registers

apb2: APB2

Advanced Peripheral Bus 2 (APB2) registers

bdcr: BDCR

RCC Backup Domain

cfgr: CFGR

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.