Expand description
Reset and Clock Control (RCC)
Modules§
Structs§
- Clocks
- Config
- Clocks configuration
- Hse
- Hsi48
Config - Configuration for the HSI48 clock
- LsConfig
- LseConfig
- Mco
- McoConfig
- Pll
Enums§
- AHBPrescaler
- APBPrescaler
- HseMode
- LseDrive
- LseMode
- MSIRange
- McoPrescaler
- McoSource
- PllDiv
- PllMul
- PllSource
- RtcClock
Source - Stop
Mode - Specifies a limit for the stop mode of the peripheral or the stop mode to be entered.
E.g. if
StopMode::Stop1is selected, the peripheral prevents the chip from entering Stop1 mode. - Sysclk
- Voltage
Scale
Constants§
- HSI48_
FREQ - HSI48 speed
- HSI_
FREQ - HSI speed
- LSI_
FREQ
Traits§
- McoInstance
- McoPin
- McoPin pin trait
- RccPeripheral
Functions§
- clocks
- Get the current clock configuration of the chip.
- disable
- Disables peripheral
T. - disable_
with_ cs - Disables peripheral
T. - enable_
and_ reset - Enables and resets peripheral
T. - enable_
and_ reset_ with_ cs - Enables and resets peripheral
T. - frequency
- Get the kernel clock frequency of the peripheral
T. - reinit
- Re-initialize the
embassy-stm32clock configuration with the provided configuration.