STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_HSEM_ClearFlag_C1ICR (HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) |
Clear interrupt status. | |
__STATIC_INLINE uint32_t | LL_HSEM_IsActiveFlag_C1ISR (HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) |
Get interrupt status from ISR register. | |
__STATIC_INLINE uint32_t | LL_HSEM_IsActiveFlag_C1MISR (HSEM_TypeDef *HSEMx, uint32_t SemaphoreMask) |
Get interrupt status from MISR register. |
__STATIC_INLINE void LL_HSEM_ClearFlag_C1ICR | ( | HSEM_TypeDef * | HSEMx, |
uint32_t | SemaphoreMask | ||
) |
Clear interrupt status.
None |
Definition at line 645 of file stm32h7xx_ll_hsem.h.
__STATIC_INLINE uint32_t LL_HSEM_IsActiveFlag_C1ISR | ( | HSEM_TypeDef * | HSEMx, |
uint32_t | SemaphoreMask | ||
) |
Get interrupt status from ISR register.
State | of bit (1 or 0). |
Definition at line 692 of file stm32h7xx_ll_hsem.h.
__STATIC_INLINE uint32_t LL_HSEM_IsActiveFlag_C1MISR | ( | HSEM_TypeDef * | HSEMx, |
uint32_t | SemaphoreMask | ||
) |
Get interrupt status from MISR register.
State | of bit (1 or 0). |
Definition at line 739 of file stm32h7xx_ll_hsem.h.