|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_CRS_EnableIT_SYNCOK (void) |
| Enable SYNC event OK interrupt CR SYNCOKIE LL_CRS_EnableIT_SYNCOK. More... | |
| __STATIC_INLINE void | LL_CRS_DisableIT_SYNCOK (void) |
| Disable SYNC event OK interrupt CR SYNCOKIE LL_CRS_DisableIT_SYNCOK. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_IsEnabledIT_SYNCOK (void) |
| Check if SYNC event OK interrupt is enabled or not CR SYNCOKIE LL_CRS_IsEnabledIT_SYNCOK. More... | |
| __STATIC_INLINE void | LL_CRS_EnableIT_SYNCWARN (void) |
| Enable SYNC warning interrupt CR SYNCWARNIE LL_CRS_EnableIT_SYNCWARN. More... | |
| __STATIC_INLINE void | LL_CRS_DisableIT_SYNCWARN (void) |
| Disable SYNC warning interrupt CR SYNCWARNIE LL_CRS_DisableIT_SYNCWARN. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_IsEnabledIT_SYNCWARN (void) |
| Check if SYNC warning interrupt is enabled or not CR SYNCWARNIE LL_CRS_IsEnabledIT_SYNCWARN. More... | |
| __STATIC_INLINE void | LL_CRS_EnableIT_ERR (void) |
| Enable Synchronization or trimming error interrupt CR ERRIE LL_CRS_EnableIT_ERR. More... | |
| __STATIC_INLINE void | LL_CRS_DisableIT_ERR (void) |
| Disable Synchronization or trimming error interrupt CR ERRIE LL_CRS_DisableIT_ERR. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_IsEnabledIT_ERR (void) |
| Check if Synchronization or trimming error interrupt is enabled or not CR ERRIE LL_CRS_IsEnabledIT_ERR. More... | |
| __STATIC_INLINE void | LL_CRS_EnableIT_ESYNC (void) |
| Enable Expected SYNC interrupt CR ESYNCIE LL_CRS_EnableIT_ESYNC. More... | |
| __STATIC_INLINE void | LL_CRS_DisableIT_ESYNC (void) |
| Disable Expected SYNC interrupt CR ESYNCIE LL_CRS_DisableIT_ESYNC. More... | |
| __STATIC_INLINE uint32_t | LL_CRS_IsEnabledIT_ESYNC (void) |
| Check if Expected SYNC interrupt is enabled or not CR ESYNCIE LL_CRS_IsEnabledIT_ESYNC. More... | |
| __STATIC_INLINE void LL_CRS_DisableIT_ERR | ( | void | ) |
Disable Synchronization or trimming error interrupt CR ERRIE LL_CRS_DisableIT_ERR.
| None |
Definition at line 707 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_DisableIT_ESYNC | ( | void | ) |
Disable Expected SYNC interrupt CR ESYNCIE LL_CRS_DisableIT_ESYNC.
| None |
Definition at line 737 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_DisableIT_SYNCOK | ( | void | ) |
Disable SYNC event OK interrupt CR SYNCOKIE LL_CRS_DisableIT_SYNCOK.
| None |
Definition at line 647 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_DisableIT_SYNCWARN | ( | void | ) |
Disable SYNC warning interrupt CR SYNCWARNIE LL_CRS_DisableIT_SYNCWARN.
| None |
Definition at line 677 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_ERR | ( | void | ) |
Enable Synchronization or trimming error interrupt CR ERRIE LL_CRS_EnableIT_ERR.
| None |
Definition at line 697 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_ESYNC | ( | void | ) |
Enable Expected SYNC interrupt CR ESYNCIE LL_CRS_EnableIT_ESYNC.
| None |
Definition at line 727 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_SYNCOK | ( | void | ) |
Enable SYNC event OK interrupt CR SYNCOKIE LL_CRS_EnableIT_SYNCOK.
| None |
Definition at line 637 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE void LL_CRS_EnableIT_SYNCWARN | ( | void | ) |
Enable SYNC warning interrupt CR SYNCWARNIE LL_CRS_EnableIT_SYNCWARN.
| None |
Definition at line 667 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 CR ERRIE LL_CRS_IsEnabledIT_ERR.
| State | of bit (1 or 0). |
Definition at line 717 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_ESYNC | ( | void | ) |
Check if Expected SYNC interrupt is enabled or not CR ESYNCIE LL_CRS_IsEnabledIT_ESYNC.
| State | of bit (1 or 0). |
Definition at line 747 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 CR SYNCOKIE LL_CRS_IsEnabledIT_SYNCOK.
| State | of bit (1 or 0). |
Definition at line 657 of file stm32l4xx_ll_crs.h.
| __STATIC_INLINE uint32_t LL_CRS_IsEnabledIT_SYNCWARN | ( | void | ) |
Check if SYNC warning interrupt is enabled or not CR SYNCWARNIE LL_CRS_IsEnabledIT_SYNCWARN.
| State | of bit (1 or 0). |
Definition at line 687 of file stm32l4xx_ll_crs.h.