Expand description
Reset and Clock Control (RCC)
Modules§
Structs§
- Clocks
- Config
- Configuration of the core clocks
- Hse
- Hsi
- HsiCalibration
- IcConfig
- LsConfig
- LseConfig
- Mco
- McoConfig
- Msi
Enums§
- AhbPrescaler
- ApbPrescaler
- CpuClk
- HseMode
- HsiPrescaler
- LseDrive
- LseMode
- Mco1
Source - Mco2
Source - McoPrescaler
- Pll
- RtcClock
Source - Supply
Config - SysClk
Constants§
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.