| 
    STM32H735xx HAL User Manual
   
    
   
   | 
  
  
  
 
Functions | |
| __STATIC_INLINE void | LL_HSEM_EnableIT_C1IER (HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) | 
| Enable interrupt.   | |
| __STATIC_INLINE void | LL_HSEM_DisableIT_C1IER (HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) | 
| Disable interrupt.   | |
| __STATIC_INLINE uint32_t | LL_HSEM_IsEnabledIT_C1IER (HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) | 
| Check if interrupt is enabled.   | |
| __STATIC_INLINE void LL_HSEM_DisableIT_C1IER | ( | HSEM_TypeDef * | HSEMx, | 
| uint32_t | SemaphoreMask | ||
| ) | 
Disable interrupt.
| None | 
Definition at line 406 of file stm32h7xx_ll_hsem.h.
| __STATIC_INLINE void LL_HSEM_EnableIT_C1IER | ( | HSEM_TypeDef * | HSEMx, | 
| uint32_t | SemaphoreMask | ||
| ) | 
Enable interrupt.
| None | 
Definition at line 359 of file stm32h7xx_ll_hsem.h.
| __STATIC_INLINE uint32_t LL_HSEM_IsEnabledIT_C1IER | ( | HSEM_TypeDef * | HSEMx, | 
| uint32_t | SemaphoreMask | ||
| ) | 
Check if interrupt is enabled.
| State | of bit (1 or 0). | 
Definition at line 453 of file stm32h7xx_ll_hsem.h.
 1.7.6.1