Home
last modified time | relevance | path

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

/hal_infineon-latest/bless/include/
Dcy_ble_hal_pvt.h243 cy_en_ipc_pipe_status_t Cy_BLE_IPC_ControllerRegisterClientCallbacks(cy_ipc_pipe_callback_ptr_t ctr…
244cy_ipc_pipe_callback_ptr_t ctrlMsgFlushRecvCallBack);
250 cy_en_ipc_pipe_status_t Cy_BLE_IPC_HostRegisterClientCallbacks(cy_ipc_pipe_callback_ptr_t hostMsgRe…
251cy_ipc_pipe_callback_ptr_t hostMsgFlushRecvCallBack);
/hal_infineon-latest/bless/
Dcy_ble_hal_pvt.c1209 static cy_ipc_pipe_callback_ptr_t Cy_BLE_IPC_CtrlMsgFlushRecvStackHandle;
1213 static cy_ipc_pipe_callback_ptr_t Cy_BLE_IPC_HostMsgRecvStackHandle;
1214 static cy_ipc_pipe_callback_ptr_t Cy_BLE_IPC_HostMsgFlushRecvStackHandle;
1320 cy_en_ipc_pipe_status_t Cy_BLE_IPC_ControllerRegisterClientCallbacks(cy_ipc_pipe_callback_ptr_t ctr… in Cy_BLE_IPC_ControllerRegisterClientCallbacks()
1321cy_ipc_pipe_callback_ptr_t ctrlMsgFlushRecvCallBack) in Cy_BLE_IPC_ControllerRegisterClientCallbacks()
1445 cy_en_ipc_pipe_status_t Cy_BLE_IPC_HostRegisterClientCallbacks(cy_ipc_pipe_callback_ptr_t hostMsgRe… in Cy_BLE_IPC_HostRegisterClientCallbacks()
1446cy_ipc_pipe_callback_ptr_t hostMsgFlushRecvCallBack) in Cy_BLE_IPC_HostRegisterClientCallbacks()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_pipe.h84 typedef void (* cy_ipc_pipe_callback_ptr_t)(uint32_t * msgPtr); typedef
90 typedef cy_ipc_pipe_callback_ptr_t *cy_ipc_pipe_callback_array_ptr_t;
304 cy_ipc_pipe_callback_ptr_t callBackPtr, uint32_t clientId);
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_pipe.c565 cy_en_ipc_pipe_status_t Cy_IPC_Pipe_RegisterCallback(uint32_t epAddr, cy_ipc_pipe_callback_ptr_t ca… in Cy_IPC_Pipe_RegisterCallback()
683 cy_ipc_pipe_callback_ptr_t callbackPtr; in Cy_IPC_Pipe_ExecCallback()
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM4/
Dsystem_psoc6_cm4.c178 static cy_ipc_pipe_callback_ptr_t systemIpcPipeSysCbArray[CY_SYS_CYPIPE_CLIENT_CNT]; in SystemInit()
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM0P/
Dsystem_psoc6_cm0plus.c184 static cy_ipc_pipe_callback_ptr_t systemIpcPipeSysCbArray[CY_SYS_CYPIPE_CLIENT_CNT]; in SystemInit()