Home
last modified time | relevance | path

Searched refs:SIER (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_hsem.c321 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/
Dstm32wbaxx_ll_hsem.h501 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()
Dstm32wbaxx_hal_hsem.h76 #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/
Dstm32wba52xx.h476 …__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
Dstm32wba54xx.h493 …__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
Dstm32wba5mxx.h493 …__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
Dstm32wba55xx.h493 …__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