Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_bt.h525 …cy_ipc_bt_int_cb_ptr_t internal_hpc_notify_cb; /**< This callback will be removed later… member
602 …cy_ipc_bt_int_cb_ptr_t internal_hpc_notify_cb; /**< This callback will be removed later… member
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c179 if ((contextPtr->internal_hpc_notify_cb) != NULL) in Cy_BTIPC_IRQ_Handler()
182 contextPtr->internal_hpc_notify_cb((void*)contextPtr, mesg); in Cy_BTIPC_IRQ_Handler()
470 contextPtr->internal_hpc_notify_cb = btIpcConfig->internal_hpc_notify_cb; in Cy_BTIPC_Init()
581 contextPtr->internal_hpc_notify_cb = NULL; in Cy_BTIPC_Deinit()
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_hci.c387 .internal_hpc_notify_cb = Cy_BTIPC_HPC_Notify, in cybt_platform_hci_open()