Searched refs:pipeIntrSrc (Results 1 – 2 of 2) sorted by relevance
326 …endpoint->pipeIntrSrc = (IRQn_Type)(((uint32_t)epInterrupt->intrSrc >> CY_SYSINT_INTRSRC_MUXIR… in Cy_IPC_Pipe_EndpointInit()328 endpoint->pipeIntrSrc = epInterrupt->intrSrc; in Cy_IPC_Pipe_EndpointInit()412 …endpoint->pipeIntrSrc = (IRQn_Type)(((uint32_t)epInterrupt->intrSrc >> CY_SYSINT_INTRSRC_MUXIR… in Cy_IPC_Pipe_EndpointInitExt()414 endpoint->pipeIntrSrc = epInterrupt->intrSrc; in Cy_IPC_Pipe_EndpointInitExt()786 NVIC_DisableIRQ(endpoint->pipeIntrSrc); in Cy_IPC_Pipe_EndpointPause()818 NVIC_EnableIRQ(endpoint->pipeIntrSrc); in Cy_IPC_Pipe_EndpointResume()
147 …IRQn_Type pipeIntrSrc; /**< Interrupt vector number that includes all endpoints on pip… member