pub struct Rcc {
    pub ahb1: AHB1,
    pub ahb2: AHB2,
    pub ahb3: AHB3,
    pub apb1r1: APB1R1,
    pub apb1r2: APB1R2,
    pub apb2: APB2,
    pub cfgr: CFGR,
    pub bdcr: BDCR,
    pub csr: CSR,
    pub crrcr: CRRCR,
    pub ccipr: CCIPR,
}
Expand description

Constrained RCC peripheral

Fields

ahb1: AHB1

AMBA High-performance Bus (AHB1) registers

ahb2: AHB2

AMBA High-performance Bus (AHB2) registers

ahb3: AHB3

AMBA High-performance Bus (AHB3) registers

apb1r1: APB1R1

Advanced Peripheral Bus 1 (APB1) registers

apb1r2: APB1R2

Advanced Peripheral Bus 1 (APB2) registers

apb2: APB2

Advanced Peripheral Bus 2 (APB2) registers

cfgr: CFGR

Clock configuration register

bdcr: BDCR

Backup domain control register

csr: CSR

Control/Status Register

crrcr: CRRCR

Clock recovery RC register

ccipr: CCIPR

Peripherals independent clock configuration register

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.