|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_CRS_GenerateEvent_SWSYNC (void) |
| Generate software SYNC event CR SWSYNC LL_CRS_GenerateEvent_SWSYNC. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_GetFreqErrorDirection (void) |
| Get the frequency error direction latched in the time of the last SYNC event ISR FEDIR LL_CRS_GetFreqErrorDirection. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_GetFreqErrorCapture (void) |
| Get the frequency error counter value latched in the time of the last SYNC event ISR FECAP LL_CRS_GetFreqErrorCapture. More... | |
| __STATIC_INLINE void LL_CRS_GenerateEvent_SWSYNC | ( | void | ) |
Generate software SYNC event CR SWSYNC LL_CRS_GenerateEvent_SWSYNC.
| None |
Definition at line 477 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 ISR FECAP LL_CRS_GetFreqErrorCapture.
| A | number between Min_Data = 0x0000 and Max_Data = 0xFFFF |
Definition at line 500 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 ISR FEDIR LL_CRS_GetFreqErrorDirection.
| Returned | value can be one of the following values:
|
Definition at line 490 of file stm32l4xx_ll_crs.h.