STM32L443xx HAL User Manual
Functions
CRS_Management
CRS Exported Functions

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.

Function Documentation

__STATIC_INLINE void LL_CRS_GenerateEvent_SWSYNC ( void  )

Generate software SYNC event.

Reference Manual to LL API cross reference:
CR SWSYNC LL_CRS_GenerateEvent_SWSYNC
Return values:
None

Definition at line 476 of file stm32l4xx_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.

Reference Manual to LL API cross reference:
ISR FECAP LL_CRS_GetFreqErrorCapture
Return values:
Anumber between Min_Data = 0x0000 and Max_Data = 0xFFFF

Definition at line 499 of file stm32l4xx_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.

Reference Manual to LL API cross reference:
ISR FEDIR LL_CRS_GetFreqErrorDirection
Return values:
Returnedvalue can be one of the following values:

Definition at line 489 of file stm32l4xx_ll_crs.h.