STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_CRS_GenerateEvent_SWSYNC (void) |
Generate software SYNC event. | |
__STATIC_INLINE uint32_t | LL_CRS_GetFreqErrorDirection (void) |
Get the frequency error direction latched in the time of the last SYNC event. | |
__STATIC_INLINE uint32_t | LL_CRS_GetFreqErrorCapture (void) |
Get the frequency error counter value latched in the time of the last SYNC event. |
__STATIC_INLINE void LL_CRS_GenerateEvent_SWSYNC | ( | void | ) |
Generate software SYNC event.
None |
Definition at line 471 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE uint32_t LL_CRS_GetFreqErrorCapture | ( | void | ) |
Get the frequency error counter value latched in the time of the last SYNC event.
A | number between Min_Data = 0x0000 and Max_Data = 0xFFFF |
Definition at line 494 of file stm32h7xx_ll_crs.h.
__STATIC_INLINE uint32_t LL_CRS_GetFreqErrorDirection | ( | void | ) |
Get the frequency error direction latched in the time of the last SYNC event.
Returned | value can be one of the following values: |
Definition at line 484 of file stm32h7xx_ll_crs.h.