RCC Internal/External Oscillator (HSE, HSI, LSE and LSI) configuration structure definition. More...
#include <stm32f4xx_hal_rcc.h>
Public Attributes | |
uint32_t | CSICalibrationValue |
uint32_t | CSIState |
uint32_t | HSEState |
uint32_t | HSI48State |
uint32_t | HSICalibrationValue |
uint32_t | HSIState |
uint32_t | LSEState |
uint32_t | LSIState |
uint32_t | OscillatorType |
RCC_PLLInitTypeDef | PLL |
RCC Internal/External Oscillator (HSE, HSI, LSE and LSI) configuration structure definition.
RCC Internal/External Oscillator (HSE, HSI, CSI, LSE and LSI) configuration structure definition.
RCC Internal/External Oscillator (HSE, HSI, LSE and LSI) configuration structure definition
Definition at line 51 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
uint32_t RCC_OscInitTypeDef::CSICalibrationValue |
The calibration trimming value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x1F for STM32H7 rev.Y This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x3F for STM32H7 rev.B and above
Definition at line 113 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.h.
uint32_t RCC_OscInitTypeDef::CSIState |
The new state of the CSI. This parameter can be a value of RCC CSI Config
Definition at line 110 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_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 56 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
uint32_t RCC_OscInitTypeDef::HSI48State |
The new state of the HSI48. This parameter can be a value of RCC HSI48 Config
Definition at line 107 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc.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
The calibration trimming value. This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x3F for STM32H7 rev.Y This parameter must be a number between Min_Data = 0x00 and Max_Data = 0x7F for STM32H7 rev.B and above
Definition at line 65 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
uint32_t RCC_OscInitTypeDef::HSIState |
The new state of the HSI. This parameter can be a value of HSI Config
Definition at line 62 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
uint32_t RCC_OscInitTypeDef::LSEState |
The new state of the LSE. This parameter can be a value of LSE Config
Definition at line 59 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
uint32_t RCC_OscInitTypeDef::LSIState |
The new state of the LSI. This parameter can be a value of LSI Config
Definition at line 68 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
uint32_t RCC_OscInitTypeDef::OscillatorType |
The oscillators to be configured. This parameter can be a value of Oscillator Type
Definition at line 53 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.
RCC_PLLInitTypeDef RCC_OscInitTypeDef::PLL |
PLL structure parameters
Definition at line 71 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h.