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

Constrained RCC peripheral

Fields

ahb: AHB

AMBA High-performance Bus (AHB) registers

apb1: APB1

Advanced Peripheral Bus 1 (APB1) registers

apb2: APB2

Advanced Peripheral Bus 2 (APB2) registers

cfgr: CFGR

Clock configuration

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.