Home
last modified time | relevance | path

Searched refs:C1IER (Results 1 – 25 of 69) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_hsem.c324 HSEM->C1IER |= SemMask; in HAL_HSEM_ActivateNotification()
348 HSEM->C1IER &= ~SemMask; in HAL_HSEM_DeactivateNotification()
374 HSEM->C1IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hsem.c336 HSEM->C1IER |= SemMask; in HAL_HSEM_ActivateNotification()
360 HSEM->C1IER &= ~SemMask; in HAL_HSEM_DeactivateNotification()
386 HSEM->C1IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_hsem.h347 SET_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_EnableIT_C1IER()
392 CLEAR_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_DisableIT_C1IER()
437 return ((READ_BIT(HSEMx->C1IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C1IER()
Dstm32mp1xx_hal_hsem.h57 (HSEM->C1IER |= (__SEM_MASK__)) : \
69 (HSEM->C1IER &= ~(__SEM_MASK__)) : \
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hsem.h361 SET_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_EnableIT_C1IER()
408 CLEAR_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_DisableIT_C1IER()
455 return ((READ_BIT(HSEMx->C1IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C1IER()
Dstm32h7xx_hal_hsem.h57 (HSEM->C1IER |= (__SEM_MASK__)) : \
69 (HSEM->C1IER &= ~(__SEM_MASK__)) : \
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_hsem.h355 SET_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_EnableIT_C1IER()
400 CLEAR_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_DisableIT_C1IER()
445 return ((READ_BIT(HSEMx->C1IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C1IER()
Dstm32wlxx_hal_hsem.h57 (HSEM->C1IER |= (__SEM_MASK__)) : \
69 (HSEM->C1IER &= ~(__SEM_MASK__)) : \
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_hsem.h353 SET_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_EnableIT_C1IER()
398 CLEAR_BIT(HSEMx->C1IER, SemaphoreMask); in LL_HSEM_DisableIT_C1IER()
443 return ((READ_BIT(HSEMx->C1IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C1IER()
Dstm32wbxx_hal_hsem.h57 (HSEM->C1IER |= (__SEM_MASK__)) : \
69 (HSEM->C1IER &= ~(__SEM_MASK__)) : \
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wle4xx.h411 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 100… member
Dstm32wle5xx.h411 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 100… member
Dstm32wl5mxx.h521 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 100… member
Dstm32wl54xx.h521 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 100… member
Dstm32wl55xx.h521 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 100… member
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb50xx.h719 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 1… member
Dstm32wb1mxx.h735 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 1… member
Dstm32wb30xx.h718 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 1… member
Dstm32wb35xx.h850 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 1… member
Dstm32wb55xx.h888 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 1… member
Dstm32wb5mxx.h888 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 1… member
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/
Dstm32wb10xx.h725 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 1… member
Dstm32wb15xx.h735 …__IO uint32_t C1IER; /*!< HSEM CPU1 interrupt enable register , Address offset: 1… member
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h1330 …__IO uint32_t C1IER; /*!< HSEM Interrupt enable register , Address offset: 100h … member
Dstm32h7b0xx.h1333 …__IO uint32_t C1IER; /*!< HSEM Interrupt enable register , Address offset: 100h … member

123