STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
|
Osc Config unit structure More...
#include <Mcu_Types.h>
Data Fields | |
uint32 | OscillatorType |
uint32 | HSEState |
uint32 | LSEState |
uint32 | HSIState |
uint32 | HSIDivider |
uint32 | HSICalibrationValue |
uint32 | LSIState |
uint32 | HSI48State |
Mcu_PllConfigType | PLL |
Osc Config unit structure
This structure contains Oscillators configuration parameters
uint32 _Mcu_OscConfigType::HSEState |
High-speed external state
uint32 _Mcu_OscConfigType::HSI48State |
High-speed internal state
uint32 _Mcu_OscConfigType::HSICalibrationValue |
High-speed calibration value
uint32 _Mcu_OscConfigType::HSIDivider |
High-speed internal divider
uint32 _Mcu_OscConfigType::HSIState |
High-speed internal state
uint32 _Mcu_OscConfigType::LSEState |
Low-speed external state
uint32 _Mcu_OscConfigType::LSIState |
Low-speed internal state
uint32 _Mcu_OscConfigType::OscillatorType |
Oscillator to configure
Mcu_PllConfigType _Mcu_OscConfigType::PLL |
PLL configuration struct