Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_pipe.c326 …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()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_pipe.h147 …IRQn_Type pipeIntrSrc; /**< Interrupt vector number that includes all endpoints on pip… member