|
STM32L443xx HAL User Manual
|
Functions | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_SYNCOK (void) |
| Check if SYNC event OK signal occurred or not. | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_SYNCWARN (void) |
| Check if SYNC warning signal occurred or not. | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_ERR (void) |
| Check if Synchronization or trimming error signal occurred or not. | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_ESYNC (void) |
| Check if Expected SYNC signal occurred or not. | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_SYNCERR (void) |
| Check if SYNC error signal occurred or not. | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_SYNCMISS (void) |
| Check if SYNC missed error signal occurred or not. | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_TRIMOVF (void) |
| Check if Trimming overflow or underflow occurred or not. | |
| __STATIC_INLINE void | LL_CRS_ClearFlag_SYNCOK (void) |
| Clear the SYNC event OK flag. | |
| __STATIC_INLINE void | LL_CRS_ClearFlag_SYNCWARN (void) |
| Clear the SYNC warning flag. | |
| __STATIC_INLINE void | LL_CRS_ClearFlag_ERR (void) |
| Clear TRIMOVF, SYNCMISS and SYNCERR bits and consequently also the ERR flag. | |
| __STATIC_INLINE void | LL_CRS_ClearFlag_ESYNC (void) |
| Clear Expected SYNC flag. | |
| __STATIC_INLINE void LL_CRS_ClearFlag_ERR | ( | void | ) |
Clear TRIMOVF, SYNCMISS and SYNCERR bits and consequently also the ERR flag.
| None |
Definition at line 608 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_ClearFlag_ESYNC | ( | void | ) |
Clear Expected SYNC flag.
| None |
Definition at line 618 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_ClearFlag_SYNCOK | ( | void | ) |
Clear the SYNC event OK flag.
| None |
Definition at line 587 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_ClearFlag_SYNCWARN | ( | void | ) |
Clear the SYNC warning flag.
| None |
Definition at line 597 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_ERR | ( | void | ) |
Check if Synchronization or trimming error signal occurred or not.
| State | of bit (1 or 0). |
Definition at line 537 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_ESYNC | ( | void | ) |
Check if Expected SYNC signal occurred or not.
| State | of bit (1 or 0). |
Definition at line 547 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCERR | ( | void | ) |
Check if SYNC error signal occurred or not.
| State | of bit (1 or 0). |
Definition at line 557 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCMISS | ( | void | ) |
Check if SYNC missed error signal occurred or not.
| State | of bit (1 or 0). |
Definition at line 567 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCOK | ( | void | ) |
Check if SYNC event OK signal occurred or not.
| State | of bit (1 or 0). |
Definition at line 517 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCWARN | ( | void | ) |
Check if SYNC warning signal occurred or not.
| State | of bit (1 or 0). |
Definition at line 527 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_TRIMOVF | ( | void | ) |
Check if Trimming overflow or underflow occurred or not.
| State | of bit (1 or 0). |
Definition at line 577 of file stm32l4xx_ll_crs.h.
1.7.6.1