|
STM32L4xx_HAL_Driver
1.14.0
|
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. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_SYNCWARN (void) |
| Check if SYNC warning signal occurred or not ISR SYNCWARNF LL_CRS_IsActiveFlag_SYNCWARN. More... | |
| __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. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_ESYNC (void) |
| Check if Expected SYNC signal occurred or not ISR ESYNCF LL_CRS_IsActiveFlag_ESYNC. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_SYNCERR (void) |
| Check if SYNC error signal occurred or not ISR SYNCERR LL_CRS_IsActiveFlag_SYNCERR. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_SYNCMISS (void) |
| Check if SYNC missed error signal occurred or not ISR SYNCMISS LL_CRS_IsActiveFlag_SYNCMISS. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_IsActiveFlag_TRIMOVF (void) |
| Check if Trimming overflow or underflow occurred or not ISR TRIMOVF LL_CRS_IsActiveFlag_TRIMOVF. More... | |
| __STATIC_INLINE void | LL_CRS_ClearFlag_SYNCOK (void) |
| Clear the SYNC event OK flag ICR SYNCOKC LL_CRS_ClearFlag_SYNCOK. More... | |
| __STATIC_INLINE void | LL_CRS_ClearFlag_SYNCWARN (void) |
| Clear the SYNC warning flag ICR SYNCWARNC LL_CRS_ClearFlag_SYNCWARN. More... | |
| __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. More... | |
| __STATIC_INLINE void | LL_CRS_ClearFlag_ESYNC (void) |
| Clear Expected SYNC flag ICR ESYNCC LL_CRS_ClearFlag_ESYNC. More... | |
| __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.
| None |
Definition at line 609 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_ClearFlag_ESYNC | ( | void | ) |
Clear Expected SYNC flag ICR ESYNCC LL_CRS_ClearFlag_ESYNC.
| None |
Definition at line 619 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.
| None |
Definition at line 588 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.
| None |
Definition at line 598 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.
| State | of bit (1 or 0). |
Definition at line 538 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.
| State | of bit (1 or 0). |
Definition at line 548 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.
| State | of bit (1 or 0). |
Definition at line 558 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.
| State | of bit (1 or 0). |
Definition at line 568 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.
| State | of bit (1 or 0). |
Definition at line 518 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.
| State | of bit (1 or 0). |
Definition at line 528 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.
| State | of bit (1 or 0). |
Definition at line 578 of file stm32l4xx_ll_crs.h.