Lines Matching refs:epConfig
142 epConfigDataA.epConfig, in Cy_IPC_Pipe_Init()
146 Cy_IPC_Pipe_EndpointInit(epConfigDataB.epAddress, NULL, 0UL, epConfigDataB.epConfig, NULL); in Cy_IPC_Pipe_Init()
214 &(epConfigDataA.epConfig), in Cy_IPC_Pipe_Init()
218 … Cy_IPC_Pipe_EndpointInitExt(epConfigDataB.epAddress, NULL, 0UL, &(epConfigDataB.epConfig), NULL); in Cy_IPC_Pipe_Init()
224 epConfigDataA.epConfig, in Cy_IPC_Pipe_Init()
228 Cy_IPC_Pipe_EndpointInit(epConfigDataB.epAddress, NULL, 0UL, epConfigDataB.epConfig, NULL); in Cy_IPC_Pipe_Init()
296 uint32_t cbCnt, uint32_t epConfig, cy_stc_sysint_t const *epInterrupt) in Cy_IPC_Pipe_EndpointInit() argument
305 endpoint->ipcChan = _FLD2VAL(CY_IPC_PIPE_CFG_CHAN, epConfig); in Cy_IPC_Pipe_EndpointInit()
306 endpoint->intrChan = _FLD2VAL(CY_IPC_PIPE_CFG_INTR, epConfig); in Cy_IPC_Pipe_EndpointInit()
307 endpoint->pipeIntMask = _FLD2VAL(CY_IPC_PIPE_CFG_IMASK, epConfig); in Cy_IPC_Pipe_EndpointInit()
379 … uint32_t cbCnt, cy_stc_ipc_pipe_ep_config_mask_t *epConfig, cy_stc_sysint_t const *epInterrupt) in Cy_IPC_Pipe_EndpointInitExt() argument
388 …CY_ASSERT_L2(CY_IPC_PIPE_IS_CHANNEL_INTR_COMBINATION_VALID(epConfig ->epChannel,epConfig ->epIntr)… in Cy_IPC_Pipe_EndpointInitExt()
391 endpoint->ipcChan = epConfig ->epChannel; in Cy_IPC_Pipe_EndpointInitExt()
392 endpoint->intrChan = epConfig ->epIntr; in Cy_IPC_Pipe_EndpointInitExt()
393 …endpoint->pipeIntMask = CY_IPC_PIPE_COMPUTE_INTR_MASK(epConfig ->epChannel,epConfig ->epIntrma… in Cy_IPC_Pipe_EndpointInitExt()