Struct stm32f30x_hal::rcc::CFGR [] [src]

pub struct CFGR { /* fields omitted */ }

Clock configuration

Methods

impl CFGR
[src]

[src]

Sets a frequency for the AHB bus

[src]

Sets a frequency for the APB1 bus

[src]

Sets a frequency for the APB2 bus

[src]

Sets the system (core) frequency

[src]

Freezes the clock configuration, making it effective

Trait Implementations

Auto Trait Implementations

impl Send for CFGR

impl Sync for CFGR