Searched refs:pipeIntMask (Results 1 – 2 of 2) sorted by relevance
307 endpoint->pipeIntMask = _FLD2VAL(CY_IPC_PIPE_CFG_IMASK, epConfig); in Cy_IPC_Pipe_EndpointInit()316 Cy_IPC_Drv_SetInterruptMask(endpoint->ipcIntrPtr, endpoint->pipeIntMask, endpoint->pipeIntMask); in Cy_IPC_Pipe_EndpointInit()393 …endpoint->pipeIntMask = CY_IPC_PIPE_COMPUTE_INTR_MASK(epConfig ->epChannel,epConfig ->epIntrma… in Cy_IPC_Pipe_EndpointInitExt()402 Cy_IPC_Drv_SetInterruptMask(endpoint->ipcIntrPtr, endpoint->pipeIntMask, endpoint->pipeIntMask); in Cy_IPC_Pipe_EndpointInitExt()
146 …uint32_t pipeIntMask; /**< Release/Notify interrupt mask that includes all endpoints … member