|
STM32H735xx 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 603 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_ClearFlag_ESYNC | ( | void | ) |
Clear Expected SYNC flag.
| None |
Definition at line 613 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_ClearFlag_SYNCOK | ( | void | ) |
Clear the SYNC event OK flag.
| None |
Definition at line 582 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_ClearFlag_SYNCWARN | ( | void | ) |
Clear the SYNC warning flag.
| None |
Definition at line 592 of file stm32h7xx_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 532 of file stm32h7xx_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 542 of file stm32h7xx_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 552 of file stm32h7xx_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 562 of file stm32h7xx_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 512 of file stm32h7xx_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 522 of file stm32h7xx_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 572 of file stm32h7xx_ll_crs.h.
1.7.6.1