Struct alt_stm32f30x_hal::rcc::CFGR[][src]

pub struct CFGR { /* fields omitted */ }

Clock configuration

Methods

impl CFGR
[src]

Sets a frequency for the AHB bus

Sets a frequency for the APB1 bus

Sets a frequency for the APB2 bus

Sets the system (core) frequency

Freezes the clock configuration, making it effective

Auto Trait Implementations

impl Send for CFGR

impl Sync for CFGR