Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_ipcc.c327 hipcc->ChannelCallbackRx[ChannelIndex] = cb; in HAL_IPCC_ActivateNotification()
385 hipcc->ChannelCallbackRx[ChannelIndex] = HAL_IPCC_RxCallback; in HAL_IPCC_DeActivateNotification()
556 if (hipcc->ChannelCallbackRx[ch_count] != NULL) in HAL_IPCC_RX_IRQHandler()
558 hipcc->ChannelCallbackRx[ch_count](hipcc, ch_count, IPCC_CHANNEL_DIR_RX); in HAL_IPCC_RX_IRQHandler()
720 hipcc->ChannelCallbackRx[i] = HAL_IPCC_RxCallback; in IPCC_SetDefaultCallbacks()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_ipcc.c331 hipcc->ChannelCallbackRx[ChannelIndex] = cb; in HAL_IPCC_ActivateNotification()
388 hipcc->ChannelCallbackRx[ChannelIndex] = HAL_IPCC_RxCallback; in HAL_IPCC_DeActivateNotification()
572 if (hipcc->ChannelCallbackRx[ch_count] != NULL) in HAL_IPCC_RX_IRQHandler()
574 hipcc->ChannelCallbackRx[ch_count](hipcc, ch_count, IPCC_CHANNEL_DIR_RX); in HAL_IPCC_RX_IRQHandler()
744 hipcc->ChannelCallbackRx[i] = HAL_IPCC_RxCallback; in IPCC_SetDefaultCallbacks()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_ipcc.c333 hipcc->ChannelCallbackRx[ChannelIndex] = cb; in HAL_IPCC_ActivateNotification()
390 hipcc->ChannelCallbackRx[ChannelIndex] = HAL_IPCC_RxCallback; in HAL_IPCC_DeActivateNotification()
574 if (hipcc->ChannelCallbackRx[ch_count] != NULL) in HAL_IPCC_RX_IRQHandler()
576 hipcc->ChannelCallbackRx[ch_count](hipcc, ch_count, IPCC_CHANNEL_DIR_RX); in HAL_IPCC_RX_IRQHandler()
746 hipcc->ChannelCallbackRx[i] = HAL_IPCC_RxCallback; in IPCC_SetDefaultCallbacks()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_ipcc.h103 …void (* ChannelCallbackRx[IPCC_CHANNEL_NUMBER])(struct __IPCC_HandleTypeDef *hipcc, uint32_t Chann… member
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_ipcc.h103 …void (* ChannelCallbackRx[IPCC_CHANNEL_NUMBER])(struct __IPCC_HandleTypeDef *hipcc, uint32_t Chann… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_ipcc.h102 …void (* ChannelCallbackRx[IPCC_CHANNEL_NUMBER])(struct __IPCC_HandleTypeDef *hipcc, uint32_t Chann… member