Expand description
Reset and Clock Control (RCC)
Modules§
Structs§
- Clocks
- Config
- Clocks configuration
- Hse
- Hsi48
Config - Configuration for the HSI48 clock
- LsConfig
- LseConfig
- Mco
- Pll
Enums§
- AHBPrescaler
- APBPrescaler
- HseMode
- LseDrive
- LseMode
- MSIRange
- McoPrescaler
- McoSource
- PllMul
- PllPDiv
- PllPre
Div - PllQDiv
- PllRDiv
- PllSource
- RtcClock
Source - Sysclk
Constants§
- HSI48_
FREQ - HSI48 speed
- HSI_
FREQ - HSI speed
- LSI_
FREQ
Traits§
- McoInstance
- McoPin
- McoPin pin trait
- RccPeripheral
Functions§
- 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
.