STM32L443xx HAL User Manual
Functions
FLAG_Management
CRS Exported Functions

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.

Function Documentation

__STATIC_INLINE void LL_CRS_ClearFlag_ERR ( void  )

Clear TRIMOVF, SYNCMISS and SYNCERR bits and consequently also the ERR flag.

Reference Manual to LL API cross reference:
ICR ERRC LL_CRS_ClearFlag_ERR
Return values:
None

Definition at line 608 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_ClearFlag_ESYNC ( void  )

Clear Expected SYNC flag.

Reference Manual to LL API cross reference:
ICR ESYNCC LL_CRS_ClearFlag_ESYNC
Return values:
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.

Reference Manual to LL API cross reference:
ICR SYNCOKC LL_CRS_ClearFlag_SYNCOK
Return values:
None

Definition at line 587 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_ClearFlag_SYNCWARN ( void  )

Clear the SYNC warning flag.

Reference Manual to LL API cross reference:
ICR SYNCWARNC LL_CRS_ClearFlag_SYNCWARN
Return values:
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.

Reference Manual to LL API cross reference:
ISR ERRF LL_CRS_IsActiveFlag_ERR
Return values:
Stateof 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.

Reference Manual to LL API cross reference:
ISR ESYNCF LL_CRS_IsActiveFlag_ESYNC
Return values:
Stateof 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.

Reference Manual to LL API cross reference:
ISR SYNCERR LL_CRS_IsActiveFlag_SYNCERR
Return values:
Stateof 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.

Reference Manual to LL API cross reference:
ISR SYNCMISS LL_CRS_IsActiveFlag_SYNCMISS
Return values:
Stateof 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.

Reference Manual to LL API cross reference:
ISR SYNCOKF LL_CRS_IsActiveFlag_SYNCOK
Return values:
Stateof 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.

Reference Manual to LL API cross reference:
ISR SYNCWARNF LL_CRS_IsActiveFlag_SYNCWARN
Return values:
Stateof 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.

Reference Manual to LL API cross reference:
ISR TRIMOVF LL_CRS_IsActiveFlag_TRIMOVF
Return values:
Stateof bit (1 or 0).

Definition at line 577 of file stm32l4xx_ll_crs.h.