|
STM32H735xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_CRS_EnableIT_SYNCOK (void) |
| Enable SYNC event OK interrupt. | |
| __STATIC_INLINE void | LL_CRS_DisableIT_SYNCOK (void) |
| Disable SYNC event OK interrupt. | |
| __STATIC_INLINE uint32_t | LL_CRS_IsEnabledIT_SYNCOK (void) |
| Check if SYNC event OK interrupt is enabled or not. | |
| __STATIC_INLINE void | LL_CRS_EnableIT_SYNCWARN (void) |
| Enable SYNC warning interrupt. | |
| __STATIC_INLINE void | LL_CRS_DisableIT_SYNCWARN (void) |
| Disable SYNC warning interrupt. | |
| __STATIC_INLINE uint32_t | LL_CRS_IsEnabledIT_SYNCWARN (void) |
| Check if SYNC warning interrupt is enabled or not. | |
| __STATIC_INLINE void | LL_CRS_EnableIT_ERR (void) |
| Enable Synchronization or trimming error interrupt. | |
| __STATIC_INLINE void | LL_CRS_DisableIT_ERR (void) |
| Disable Synchronization or trimming error interrupt. | |
| __STATIC_INLINE uint32_t | LL_CRS_IsEnabledIT_ERR (void) |
| Check if Synchronization or trimming error interrupt is enabled or not. | |
| __STATIC_INLINE void | LL_CRS_EnableIT_ESYNC (void) |
| Enable Expected SYNC interrupt. | |
| __STATIC_INLINE void | LL_CRS_DisableIT_ESYNC (void) |
| Disable Expected SYNC interrupt. | |
| __STATIC_INLINE uint32_t | LL_CRS_IsEnabledIT_ESYNC (void) |
| Check if Expected SYNC interrupt is enabled or not. | |
| __STATIC_INLINE void LL_CRS_DisableIT_ERR | ( | void | ) |
Disable Synchronization or trimming error interrupt.
| None |
Definition at line 701 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_DisableIT_ESYNC | ( | void | ) |
Disable Expected SYNC interrupt.
| None |
Definition at line 731 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_DisableIT_SYNCOK | ( | void | ) |
Disable SYNC event OK interrupt.
| None |
Definition at line 641 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_DisableIT_SYNCWARN | ( | void | ) |
Disable SYNC warning interrupt.
| None |
Definition at line 671 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_ERR | ( | void | ) |
Enable Synchronization or trimming error interrupt.
| None |
Definition at line 691 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_ESYNC | ( | void | ) |
Enable Expected SYNC interrupt.
| None |
Definition at line 721 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_SYNCOK | ( | void | ) |
Enable SYNC event OK interrupt.
| None |
Definition at line 631 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_SYNCWARN | ( | void | ) |
Enable SYNC warning interrupt.
| None |
Definition at line 661 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_ERR | ( | void | ) |
Check if Synchronization or trimming error interrupt is enabled or not.
| State | of bit (1 or 0). |
Definition at line 711 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_ESYNC | ( | void | ) |
Check if Expected SYNC interrupt is enabled or not.
| State | of bit (1 or 0). |
Definition at line 741 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_SYNCOK | ( | void | ) |
Check if SYNC event OK interrupt is enabled or not.
| State | of bit (1 or 0). |
Definition at line 651 of file stm32h7xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_SYNCWARN | ( | void | ) |
Check if SYNC warning interrupt is enabled or not.
| State | of bit (1 or 0). |
Definition at line 681 of file stm32h7xx_ll_crs.h.
1.7.6.1