STM32L443xx HAL User Manual
|
RCC Internal/External Oscillator (HSE, HSI, MSI, LSE and LSI) configuration structure definition. More...
#include <stm32l4xx_hal_rcc.h>
Data Fields | |
uint32_t | OscillatorType |
uint32_t | HSEState |
uint32_t | LSEState |
uint32_t | HSIState |
uint32_t | HSICalibrationValue |
uint32_t | LSIState |
uint32_t | MSIState |
uint32_t | MSICalibrationValue |
uint32_t | MSIClockRange |
uint32_t | HSI48State |
RCC_PLLInitTypeDef | PLL |
RCC Internal/External Oscillator (HSE, HSI, MSI, LSE and LSI) configuration structure definition.
Definition at line 78 of file stm32l4xx_hal_rcc.h.
uint32_t RCC_OscInitTypeDef::HSEState |
The new state of the HSE. This parameter can be a value of HSE Config
Definition at line 83 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
uint32_t RCC_OscInitTypeDef::HSI48State |
The new state of the HSI48 (only applicable to STM32L43x/STM32L44x/STM32L49x/STM32L4Ax devices). This parameter can be a value of HSI48 Config
Definition at line 115 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
The calibration trimming value (default is RCC_HSICALIBRATION_DEFAULT). This parameter must be a number between Min_Data = 0 and Max_Data = 31 on STM32L43x/STM32L44x/STM32L47x/STM32L48x devices. This parameter must be a number between Min_Data = 0 and Max_Data = 127 on the other devices
Definition at line 92 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
uint32_t RCC_OscInitTypeDef::HSIState |
The new state of the HSI. This parameter can be a value of HSI Config
Definition at line 89 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
uint32_t RCC_OscInitTypeDef::LSEState |
The new state of the LSE. This parameter can be a value of LSE Config
Definition at line 86 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
uint32_t RCC_OscInitTypeDef::LSIState |
The new state of the LSI. This parameter can be a value of LSI Config
Definition at line 98 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
The calibration trimming value (default is RCC_MSICALIBRATION_DEFAULT). This parameter must be a number between Min_Data = 0x00 and Max_Data = 0xFF
Definition at line 109 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
uint32_t RCC_OscInitTypeDef::MSIClockRange |
The MSI frequency range. This parameter can be a value of MSI Clock Range
Definition at line 112 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
uint32_t RCC_OscInitTypeDef::MSIState |
The new state of the MSI. This parameter can be a value of MSI Config
Definition at line 106 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
uint32_t RCC_OscInitTypeDef::OscillatorType |
The oscillators to be configured. This parameter can be a value of Oscillator Type
Definition at line 80 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().
Main PLL structure parameters
Definition at line 118 of file stm32l4xx_hal_rcc.h.
Referenced by HAL_RCC_GetOscConfig(), and HAL_RCC_OscConfig().