Home
last modified time | relevance | path

Searched refs:clientCount (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_pipe.c319 endpoint->clientCount = cbCnt; in Cy_IPC_Pipe_EndpointInit()
405 endpoint->clientCount = cbCnt; in Cy_IPC_Pipe_EndpointInitExt()
577 if (clientId < thisEp->clientCount) in Cy_IPC_Pipe_RegisterCallback()
715 if (endpoint->clientCount > clientID) in Cy_IPC_Pipe_ExecCallback()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_pipe.h152 …uint32_t clientCount; /**< Client count and size of MsgCallback array … member