Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_drv.h635 __STATIC_INLINE uint32_t Cy_IPC_Drv_GetInterruptStatus (IPC_INTR_STRUCT_Type const * base);
823 __STATIC_INLINE uint32_t Cy_IPC_Drv_GetInterruptStatus(IPC_INTR_STRUCT_Type const * base) in Cy_IPC_Drv_GetInterruptStatus() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_pipe.c756 (void)Cy_IPC_Drv_GetInterruptStatus(endpoint->ipcIntrPtr); in Cy_IPC_Pipe_ExecCallback()