Home
last modified time | relevance | path

Searched refs:cy_stc_ipc_pipe_ep_t (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_pipe.c34 static cy_stc_ipc_pipe_ep_t * cy_ipc_pipe_epArray = NULL;
58 void Cy_IPC_Pipe_Config(cy_stc_ipc_pipe_ep_t * theEpArray) in Cy_IPC_Pipe_Config()
298 cy_stc_ipc_pipe_ep_t * endpoint; in Cy_IPC_Pipe_EndpointInit()
381 cy_stc_ipc_pipe_ep_t * endpoint; in Cy_IPC_Pipe_EndpointInitExt()
464 cy_stc_ipc_pipe_ep_t * fromEp; in Cy_IPC_Pipe_SendMessage()
465 cy_stc_ipc_pipe_ep_t * toEp; in Cy_IPC_Pipe_SendMessage()
568 cy_stc_ipc_pipe_ep_t * thisEp; in Cy_IPC_Pipe_RegisterCallback()
618 cy_stc_ipc_pipe_ep_t * endpoint; in Cy_IPC_Pipe_RegisterCallbackRel()
651 cy_stc_ipc_pipe_ep_t * endpoint; in Cy_IPC_Pipe_ExecuteCallback()
675 void Cy_IPC_Pipe_ExecCallback(cy_stc_ipc_pipe_ep_t * endpoint) in Cy_IPC_Pipe_ExecCallback()
[all …]
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_pipe.h157 } cy_stc_ipc_pipe_ep_t; typedef
307 void Cy_IPC_Pipe_Config(cy_stc_ipc_pipe_ep_t * theEpArray);
314 void Cy_IPC_Pipe_ExecCallback(cy_stc_ipc_pipe_ep_t * endpoint);
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM4/
Dsystem_psoc6_cm4.c174 static cy_stc_ipc_pipe_ep_t systemIpcPipeEpArray[CY_IPC_MAX_ENDPOINTS]; in SystemInit()
/hal_infineon-latest/mtb-template-cat1/files/templates/cat1a/COMPONENT_MTB/COMPONENT_CM0P/
Dsystem_psoc6_cm0plus.c180 static cy_stc_ipc_pipe_ep_t systemIpcPipeEpArray[CY_IPC_MAX_ENDPOINTS]; in SystemInit()