Expand description
Reset and Clock Control (RCC)
Modules§
Structs§
- Clocks
- Config
- Clocks configutation
- Hse
- HSE Configuration
- Hsi
- HSI Configuration
- Hsi48Config 
- Configuration for the HSI48 clock
- LsConfig
- LseConfig
- Mco
- McoConfig
Enums§
- AHBPrescaler
- APBPrescaler
- HseMode
- HSE Mode
- HsiKerDiv 
- HsiSysDiv 
- LseDrive
- LseMode
- McoPrescaler
- McoSource
- RtcClockSource 
- Sysclk
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.