STM32H735xx HAL User Manual
|
RCC_CRS Synchronization structure definition. More...
#include <stm32h7xx_hal_rcc_ex.h>
Data Fields | |
uint32_t | ReloadValue |
uint32_t | HSI48CalibrationValue |
uint32_t | FreqErrorCapture |
uint32_t | FreqErrorDirection |
RCC_CRS Synchronization structure definition.
Definition at line 319 of file stm32h7xx_hal_rcc_ex.h.
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 327 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSGetSynchronizationInfo().
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 331 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSGetSynchronizationInfo().
Specifies value loaded in HSI48 oscillator smooth trimming. This parameter must be a number between 0 and 0x3F
Definition at line 324 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSGetSynchronizationInfo().
Specifies the value loaded in the Counter reload value. This parameter must be a number between 0 and 0xFFFF
Definition at line 321 of file stm32h7xx_hal_rcc_ex.h.
Referenced by HAL_RCCEx_CRSGetSynchronizationInfo().