TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

FLAG_Management

FLAG_Management
[CRS Exported Functions]

Functions

__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCOK (void)
 Check if SYNC event OK signal occurred or not ISR SYNCOKF LL_CRS_IsActiveFlag_SYNCOK.
__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCWARN (void)
 Check if SYNC warning signal occurred or not ISR SYNCWARNF LL_CRS_IsActiveFlag_SYNCWARN.
__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_ERR (void)
 Check if Synchronization or trimming error signal occurred or not ISR ERRF LL_CRS_IsActiveFlag_ERR.
__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_ESYNC (void)
 Check if Expected SYNC signal occurred or not ISR ESYNCF LL_CRS_IsActiveFlag_ESYNC.
__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCERR (void)
 Check if SYNC error signal occurred or not ISR SYNCERR LL_CRS_IsActiveFlag_SYNCERR.
__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCMISS (void)
 Check if SYNC missed error signal occurred or not ISR SYNCMISS LL_CRS_IsActiveFlag_SYNCMISS.
__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_TRIMOVF (void)
 Check if Trimming overflow or underflow occurred or not ISR TRIMOVF LL_CRS_IsActiveFlag_TRIMOVF.
__STATIC_INLINE void LL_CRS_ClearFlag_SYNCOK (void)
 Clear the SYNC event OK flag ICR SYNCOKC LL_CRS_ClearFlag_SYNCOK.
__STATIC_INLINE void LL_CRS_ClearFlag_SYNCWARN (void)
 Clear the SYNC warning flag ICR SYNCWARNC LL_CRS_ClearFlag_SYNCWARN.
__STATIC_INLINE void LL_CRS_ClearFlag_ERR (void)
 Clear TRIMOVF, SYNCMISS and SYNCERR bits and consequently also the ERR flag ICR ERRC LL_CRS_ClearFlag_ERR.
__STATIC_INLINE void LL_CRS_ClearFlag_ESYNC (void)
 Clear Expected SYNC flag ICR ESYNCC LL_CRS_ClearFlag_ESYNC.

Function Documentation

__STATIC_INLINE void LL_CRS_ClearFlag_ERR ( void   )

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

Return values:
None

Definition at line 637 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_ClearFlag_ESYNC ( void   )

Clear Expected SYNC flag ICR ESYNCC LL_CRS_ClearFlag_ESYNC.

Return values:
None

Definition at line 647 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_ClearFlag_SYNCOK ( void   )

Clear the SYNC event OK flag ICR SYNCOKC LL_CRS_ClearFlag_SYNCOK.

Return values:
None

Definition at line 616 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE void LL_CRS_ClearFlag_SYNCWARN ( void   )

Clear the SYNC warning flag ICR SYNCWARNC LL_CRS_ClearFlag_SYNCWARN.

Return values:
None

Definition at line 626 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 ISR ERRF LL_CRS_IsActiveFlag_ERR.

Return values:
Stateof bit (1 or 0).

Definition at line 566 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_ESYNC ( void   )

Check if Expected SYNC signal occurred or not ISR ESYNCF LL_CRS_IsActiveFlag_ESYNC.

Return values:
Stateof bit (1 or 0).

Definition at line 576 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCERR ( void   )

Check if SYNC error signal occurred or not ISR SYNCERR LL_CRS_IsActiveFlag_SYNCERR.

Return values:
Stateof bit (1 or 0).

Definition at line 586 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCMISS ( void   )

Check if SYNC missed error signal occurred or not ISR SYNCMISS LL_CRS_IsActiveFlag_SYNCMISS.

Return values:
Stateof bit (1 or 0).

Definition at line 596 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCOK ( void   )

Check if SYNC event OK signal occurred or not ISR SYNCOKF LL_CRS_IsActiveFlag_SYNCOK.

Return values:
Stateof bit (1 or 0).

Definition at line 546 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_SYNCWARN ( void   )

Check if SYNC warning signal occurred or not ISR SYNCWARNF LL_CRS_IsActiveFlag_SYNCWARN.

Return values:
Stateof bit (1 or 0).

Definition at line 556 of file stm32l4xx_ll_crs.h.

__STATIC_INLINE uint32_t LL_CRS_IsActiveFlag_TRIMOVF ( void   )

Check if Trimming overflow or underflow occurred or not ISR TRIMOVF LL_CRS_IsActiveFlag_TRIMOVF.

Return values:
Stateof bit (1 or 0).

Definition at line 606 of file stm32l4xx_ll_crs.h.