DIY Logging Volt/Ampmeter
|
RCC Internal/External Oscillator (HSE, HSI, LSE and LSI) configuration structure definition. More...
#include <stm32f1xx_hal_rcc_ex.h>
Data Fields | |
uint32_t | OscillatorType |
uint32_t | HSEState |
uint32_t | HSEPredivValue |
uint32_t | LSEState |
uint32_t | HSIState |
uint32_t | HSICalibrationValue |
uint32_t | LSIState |
RCC_PLLInitTypeDef | PLL |
RCC Internal/External Oscillator (HSE, HSI, LSE and LSI) configuration structure definition.
Definition at line 228 of file stm32f1xx_hal_rcc_ex.h.
uint32_t RCC_OscInitTypeDef::HSEPredivValue |
The Prediv1 factor value (named PREDIV1 or PLLXTPRE in RM) This parameter can be a value of HSE Prediv1 Factor
Definition at line 241 of file stm32f1xx_hal_rcc_ex.h.
uint32_t RCC_OscInitTypeDef::HSEState |
The new state of the HSE. This parameter can be a value of HSE Config
Definition at line 238 of file stm32f1xx_hal_rcc_ex.h.
uint32_t RCC_OscInitTypeDef::HSICalibrationValue |
The HSI calibration trimming value (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x1F
Definition at line 250 of file stm32f1xx_hal_rcc_ex.h.
uint32_t RCC_OscInitTypeDef::HSIState |
The new state of the HSI. This parameter can be a value of HSI Config
Definition at line 247 of file stm32f1xx_hal_rcc_ex.h.
uint32_t RCC_OscInitTypeDef::LSEState |
The new state of the LSE. This parameter can be a value of LSE Config
Definition at line 244 of file stm32f1xx_hal_rcc_ex.h.
uint32_t RCC_OscInitTypeDef::LSIState |
The new state of the LSI. This parameter can be a value of LSI Config
Definition at line 253 of file stm32f1xx_hal_rcc_ex.h.
uint32_t RCC_OscInitTypeDef::OscillatorType |
The oscillators to be configured. This parameter can be a value of Oscillator Type
Definition at line 230 of file stm32f1xx_hal_rcc_ex.h.
RCC_PLLInitTypeDef RCC_OscInitTypeDef::PLL |
PLL structure parameters
Definition at line 256 of file stm32f1xx_hal_rcc_ex.h.