|
STM32L443xx 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 706 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_DisableIT_ESYNC | ( | void | ) |
Disable Expected SYNC interrupt.
| None |
Definition at line 736 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_DisableIT_SYNCOK | ( | void | ) |
Disable SYNC event OK interrupt.
| None |
Definition at line 646 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_DisableIT_SYNCWARN | ( | void | ) |
Disable SYNC warning interrupt.
| None |
Definition at line 676 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_ERR | ( | void | ) |
Enable Synchronization or trimming error interrupt.
| None |
Definition at line 696 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_ESYNC | ( | void | ) |
Enable Expected SYNC interrupt.
| None |
Definition at line 726 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_SYNCOK | ( | void | ) |
Enable SYNC event OK interrupt.
| None |
Definition at line 636 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_SYNCWARN | ( | void | ) |
Enable SYNC warning interrupt.
| None |
Definition at line 666 of file stm32l4xx_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 716 of file stm32l4xx_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 746 of file stm32l4xx_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 656 of file stm32l4xx_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 686 of file stm32l4xx_ll_crs.h.
1.7.6.1