RCC_CRS Synchronization structure definition. More...
#include <stm32h7xx_hal_rcc_ex.h>
Public Attributes | |
uint32_t | FreqErrorCapture |
uint32_t | FreqErrorDirection |
uint32_t | HSI48CalibrationValue |
uint32_t | ReloadValue |
RCC_CRS Synchronization structure definition.
Definition at line 321 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h.
uint32_t RCC_CRSSynchroInfoTypeDef::FreqErrorCapture |
Specifies the value loaded in the .FECAP, the frequency error counter value latched in the time of the last SYNC event. This parameter must be a number between 0 and 0xFFFF
Definition at line 329 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h.
uint32_t RCC_CRSSynchroInfoTypeDef::FreqErrorDirection |
Specifies the value loaded in the .FEDIR, the counting direction of the frequency error counter latched in the time of the last SYNC event. It shows whether the actual frequency is below or above the target. This parameter must be a value of RCCEx CRS FreqErrorDirection
Definition at line 333 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h.
uint32_t RCC_CRSSynchroInfoTypeDef::HSI48CalibrationValue |
Specifies value loaded in HSI48 oscillator smooth trimming. This parameter must be a number between 0 and 0x3F
Definition at line 326 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h.
uint32_t RCC_CRSSynchroInfoTypeDef::ReloadValue |
Specifies the value loaded in the Counter reload value. This parameter must be a number between 0 and 0xFFFF
Definition at line 323 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_rcc_ex.h.