Searched refs:SIER (Results 1 – 7 of 7) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_hsem.c | 321 HSEM_COMMON->SIER |= SemMask; in HAL_HSEM_ActivateNotification() 335 HSEM_COMMON->SIER &= ~SemMask; in HAL_HSEM_DeactivateNotification() 353 HSEM_COMMON->SIER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_hsem.h | 501 SET_BIT(HSEMx->SIER, SemaphoreMask); in LL_HSEM_EnableIT_IER() 534 CLEAR_BIT(HSEMx->SIER, SemaphoreMask); in LL_HSEM_DisableIT_IER() 567 return ((READ_BIT(HSEMx->SIER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_IER()
|
D | stm32wbaxx_hal_hsem.h | 76 #define __HAL_HSEM_ENABLE_IT(__SEM_MASK__) (HSEM->SIER |= (__SEM_MASK__)) 86 #define __HAL_HSEM_DISABLE_IT(__SEM_MASK__) (HSEM->SIER &= ~(__SEM_MASK__))
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 476 …__IO uint32_t SIER; /*!< HSEM secure interrupt enable register, Address offset: 180… member 496 …__IO uint32_t SIER; /*!< HSEM secure interrupt enable register, Address offset: 80h… member
|
D | stm32wba54xx.h | 493 …__IO uint32_t SIER; /*!< HSEM secure interrupt enable register, Address offset: 180… member 513 …__IO uint32_t SIER; /*!< HSEM secure interrupt enable register, Address offset: 80h… member
|
D | stm32wba5mxx.h | 493 …__IO uint32_t SIER; /*!< HSEM secure interrupt enable register, Address offset: 180… member 513 …__IO uint32_t SIER; /*!< HSEM secure interrupt enable register, Address offset: 80h… member
|
D | stm32wba55xx.h | 493 …__IO uint32_t SIER; /*!< HSEM secure interrupt enable register, Address offset: 180… member 513 …__IO uint32_t SIER; /*!< HSEM secure interrupt enable register, Address offset: 80h… member
|