Searched refs:callbackArray (Results 1 – 2 of 2) sorted by relevance
320 endpoint->callbackArray = cbArray; in Cy_IPC_Pipe_EndpointInit()406 endpoint->callbackArray = cbArray; in Cy_IPC_Pipe_EndpointInitExt()574 CY_ASSERT_L1(NULL != thisEp->callbackArray); in Cy_IPC_Pipe_RegisterCallback()580 thisEp->callbackArray[clientId] = callBackPtr; in Cy_IPC_Pipe_RegisterCallback()689 CY_ASSERT_L1(NULL != endpoint->callbackArray); in Cy_IPC_Pipe_ExecCallback()717 … callbackPtr = endpoint->callbackArray[clientID]; /* Get the callback function */ in Cy_IPC_Pipe_ExecCallback()
154 …cy_ipc_pipe_callback_array_ptr_t callbackArray; /**< Pointer to array of callback functions, one f… member