Struct stm32_hal2::clocks::PllCfg[][src]

pub struct PllCfg {
    pub enabled: bool,
    pub pllr_en: bool,
    pub pllq_en: bool,
    pub pllp_en: bool,
    pub divm: Pllm,
    pub divn: u8,
    pub divr: Pllr,
    pub divq: Pllr,
    pub divp: Pllr,
}
Expand description

Configures the speeds, and enable status of an individual PLL (PLL1, or SAIPLL). Note that the enable field has no effect for PLL1.

Fields

enabled: bool

Only relevant for PLLSAI1.

pllr_en: boolpllq_en: boolpllp_en: booldivm: Pllm

Only relevant for The main PLL.

divn: u8divr: Pllrdivq: Pllrdivp: Pllr

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

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.

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.