Searched refs:callbackPtr (Results 1 – 1 of 1) sorted by relevance
683 cy_ipc_pipe_callback_ptr_t callbackPtr; in Cy_IPC_Pipe_ExecCallback() local717 … callbackPtr = endpoint->callbackArray[clientID]; /* Get the callback function */ in Cy_IPC_Pipe_ExecCallback()719 if (callbackPtr != NULL) in Cy_IPC_Pipe_ExecCallback()721 callbackPtr(msgPtr); /* Call the function pointer for "clientID" */ in Cy_IPC_Pipe_ExecCallback()