Struct stm32f30x_memory_map::rcc::CfgrW [] [src]

pub struct CfgrW { /* fields omitted */ }

Methods

impl CfgrW
[src]

Reset value

Bits 0:1 - System clock Switch

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 23 - I2S external clock source selection

Trait Implementations

impl Clone for CfgrW
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CfgrW
[src]