Struct stm32f30x_memory_map::rcc::CfgrR [] [src]

pub struct CfgrR { /* fields omitted */ }

Methods

impl CfgrR
[src]

Bits 0:1 - System clock Switch

Bits 2:3 - System Clock Switch Status

Bits 4:7 - AHB prescaler

Bits 8:10 - APB Low speed prescaler (APB1)

Bits 11:13 - APB high speed prescaler (APB2)

Bit 16 - PLL entry clock source

Bit 17 - HSE divider for PLL entry

Bits 18:21 - PLL Multiplication Factor

Bit 22 - USB prescaler

Bits 24:26 - Microcontroller clock output

Bit 28 - Microcontroller Clock Output Flag

Bit 23 - I2S external clock source selection

Trait Implementations

impl Clone for CfgrR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CfgrR
[src]