Home
last modified time | relevance | path

Searched refs:callbackRequest (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_ipcc.c154 hipcc->callbackRequest = 0; in HAL_IPCC_Init()
191 hipcc->callbackRequest = 0; in HAL_IPCC_DeInit()
323 hipcc->callbackRequest |= (IPCC_MR_CH1FM_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_ActivateNotification()
328 hipcc->callbackRequest |= (IPCC_MR_CH1OM_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_ActivateNotification()
381 hipcc->callbackRequest &= ~(IPCC_MR_CH1FM_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_DeActivateNotification()
386 hipcc->callbackRequest &= ~(IPCC_MR_CH1OM_Msk << (ChannelIndex & CHANNEL_INDEX_MASK)); in HAL_IPCC_DeActivateNotification()
476 if ((hipcc->callbackRequest & mask) == mask) in HAL_IPCC_NotifyCPU()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_ipcc.c156 hipcc->callbackRequest = 0; in HAL_IPCC_Init()
197 hipcc->callbackRequest = 0; in HAL_IPCC_DeInit()
327 hipcc->callbackRequest |= (IPCC_MR_CH1FM_Msk << (ChannelIndex & CHANNEL_INDEX_Msk)); in HAL_IPCC_ActivateNotification()
332 hipcc->callbackRequest |= (IPCC_MR_CH1OM_Msk << (ChannelIndex & CHANNEL_INDEX_Msk)); in HAL_IPCC_ActivateNotification()
384 hipcc->callbackRequest &= ~(IPCC_MR_CH1FM_Msk << (ChannelIndex & CHANNEL_INDEX_Msk)); in HAL_IPCC_DeActivateNotification()
389 hipcc->callbackRequest &= ~(IPCC_MR_CH1OM_Msk << (ChannelIndex & CHANNEL_INDEX_Msk)); in HAL_IPCC_DeActivateNotification()
483 if ((hipcc->callbackRequest & mask) == mask) in HAL_IPCC_NotifyCPU()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_ipcc.c158 hipcc->callbackRequest = 0; in HAL_IPCC_Init()
199 hipcc->callbackRequest = 0; in HAL_IPCC_DeInit()
329 hipcc->callbackRequest |= (IPCC_MR_CH1FM_Msk << (ChannelIndex & CHANNEL_INDEX_Msk)); in HAL_IPCC_ActivateNotification()
334 hipcc->callbackRequest |= (IPCC_MR_CH1OM_Msk << (ChannelIndex & CHANNEL_INDEX_Msk)); in HAL_IPCC_ActivateNotification()
386 hipcc->callbackRequest &= ~(IPCC_MR_CH1FM_Msk << (ChannelIndex & CHANNEL_INDEX_Msk)); in HAL_IPCC_DeActivateNotification()
391 hipcc->callbackRequest &= ~(IPCC_MR_CH1OM_Msk << (ChannelIndex & CHANNEL_INDEX_Msk)); in HAL_IPCC_DeActivateNotification()
485 if ((hipcc->callbackRequest & mask) == mask) in HAL_IPCC_NotifyCPU()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_ipcc.h105 …uint32_t callbackRequest; /*!< Store information about callback notification… member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_ipcc.h105 …uint32_t callbackRequest; /*!< Store information about callback notification… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_ipcc.h104 …uint32_t callbackRequest; /*!< Store information about callback notification… member