Home
last modified time | relevance | path

Searched refs:C2IER (Results 1 – 25 of 50) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_hsem.c329 HSEM->C2IER |= SemMask; in HAL_HSEM_ActivateNotification()
353 HSEM->C2IER &= ~SemMask; in HAL_HSEM_DeactivateNotification()
385 HSEM->C2IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hsem.c341 HSEM->C2IER |= SemMask; in HAL_HSEM_ActivateNotification()
365 HSEM->C2IER &= ~SemMask; in HAL_HSEM_DeactivateNotification()
397 HSEM->C2IER &= ~((uint32_t)statusreg); in HAL_HSEM_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hsem.h501 SET_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_EnableIT_C2IER()
546 CLEAR_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_DisableIT_C2IER()
591 return ((READ_BIT(HSEMx->C2IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C2IER()
Dstm32h7xx_hal_hsem.h58 (HSEM->C2IER |= (__SEM_MASK__)))
70 (HSEM->C2IER &= ~(__SEM_MASK__)))
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_hsem.h491 SET_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_EnableIT_C2IER()
536 CLEAR_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_DisableIT_C2IER()
581 return ((READ_BIT(HSEMx->C2IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C2IER()
Dstm32wlxx_hal_hsem.h58 (HSEM->C2IER |= (__SEM_MASK__)))
70 (HSEM->C2IER &= ~(__SEM_MASK__)))
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_hsem.h488 SET_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_EnableIT_C2IER()
533 CLEAR_BIT(HSEMx->C2IER, SemaphoreMask); in LL_HSEM_DisableIT_C2IER()
578 return ((READ_BIT(HSEMx->C2IER, SemaphoreMask) == (SemaphoreMask)) ? 1UL : 0UL); in LL_HSEM_IsEnabledIT_C2IER()
Dstm32wbxx_hal_hsem.h58 (HSEM->C2IER |= (__SEM_MASK__)))
70 (HSEM->C2IER &= ~(__SEM_MASK__)))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_hsem.h58 (HSEM->C2IER |= (__SEM_MASK__)))
70 (HSEM->C2IER &= ~(__SEM_MASK__)))
/hal_stm32-latest/stm32cube/stm32wbxx/soc/
Dstm32wb50xx.h723 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 1… member
Dstm32wb1mxx.h739 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 1… member
Dstm32wb30xx.h722 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 1… member
Dstm32wb35xx.h854 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 1… member
Dstm32wb55xx.h892 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 1… member
Dstm32wb5mxx.h892 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 1… member
/hal_stm32-latest/stm32cube/stm32wbxx/soc/Include/
Dstm32wb10xx.h729 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 1… member
Dstm32wb15xx.h739 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 1… member
/hal_stm32-latest/stm32cube/stm32wlxx/soc/
Dstm32wl5mxx.h525 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 110… member
Dstm32wl54xx.h525 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 110… member
Dstm32wl55xx.h525 …__IO uint32_t C2IER; /*!< HSEM CPU2 interrupt enable register , Address offset: 110… member
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h745xx.h1528 …__IO uint32_t C2IER; /*!< HSEM Interrupt 1 enable register , Address offset: 110h… member
Dstm32h745xg.h1528 …__IO uint32_t C2IER; /*!< HSEM Interrupt 1 enable register , Address offset: 110h… member
Dstm32h755xx.h1529 …__IO uint32_t C2IER; /*!< HSEM Interrupt 1 enable register , Address offset: 110h… member
Dstm32h757xx.h1610 …__IO uint32_t C2IER; /*!< HSEM Interrupt 1 enable register , Address offset: 110h… member
Dstm32h747xg.h1609 …__IO uint32_t C2IER; /*!< HSEM Interrupt 1 enable register , Address offset: 110h… member

12