Home
last modified time | relevance | path

Searched refs:hpcNotifyCallbackPtr (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c187 …cb %p, msgType %d\n",idx, contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr, contextPtr… in Cy_BTIPC_IRQ_Handler()
189 (contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr != NULL)) in Cy_BTIPC_IRQ_Handler()
191 …_LOG_L1("Calling Notify HPC cb %p\n",contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr); in Cy_BTIPC_IRQ_Handler()
199 contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr(mesg); in Cy_BTIPC_IRQ_Handler()
481 contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr = NULL; in Cy_BTIPC_Init()
585 contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr = NULL; in Cy_BTIPC_Deinit()
954 if ((contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr == NULL) && in Cy_BTIPC_HPC_RegisterCb()
957 …contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr = pHpcNotifyCallbackParam->hpcNotifyC… in Cy_BTIPC_HPC_RegisterCb()
989 …((contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr == pHpcNotifyCallbackParam->hpcNoti… in Cy_BTIPC_HPC_UnregisterCb()
992 contextPtr->hpcNotifyCallbackParam[idx].hpcNotifyCallbackPtr = NULL; in Cy_BTIPC_HPC_UnregisterCb()
[all …]
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_hci.c435 {.hpcNotifyCallbackPtr = notify_callback_mcu_pm, .msgType = CY_BT_IPC_HPC_PM}, in cybt_platform_hci_open()
437 {.hpcNotifyCallbackPtr = notify_callback_mcu_longmsg, .msgType = CY_BT_IPC_HPC_LONG}, in cybt_platform_hci_open()
439 {.hpcNotifyCallbackPtr = notify_callback_mcu_trng, .msgType = CY_BT_IPC_HPC_REQTRNG}, in cybt_platform_hci_open()
445 if(notifyCallbackParam[i].hpcNotifyCallbackPtr){ in cybt_platform_hci_open()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_bt.h498 …cy_ipc_bt_callback_ptr_t hpcNotifyCallbackPtr; /**< HPC Callback pointer for control channel not… member