Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_pipe.c307 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()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_pipe.h146 …uint32_t pipeIntMask; /**< Release/Notify interrupt mask that includes all endpoints … member