Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_pipe.c680 uint32_t shadowIntr; in Cy_IPC_Pipe_ExecCallback() local
692 shadowIntr = Cy_IPC_Drv_GetInterruptStatusMasked(endpoint->ipcIntrPtr); in Cy_IPC_Pipe_ExecCallback()
695 if (0UL != Cy_IPC_Drv_ExtractAcquireMask(shadowIntr)) in Cy_IPC_Pipe_ExecCallback()
698 …Interrupt(endpoint->ipcIntrPtr, CY_IPC_NO_NOTIFICATION, Cy_IPC_Drv_ExtractAcquireMask(shadowIntr)); in Cy_IPC_Pipe_ExecCallback()
732 if (0UL != Cy_IPC_Drv_ExtractReleaseMask(shadowIntr)) /* Check for a Release interrupt */ in Cy_IPC_Pipe_ExecCallback()
735 …Cy_IPC_Drv_ClearInterrupt(endpoint->ipcIntrPtr, Cy_IPC_Drv_ExtractReleaseMask(shadowIntr), CY_IPC_… in Cy_IPC_Pipe_ExecCallback()
Dcy_ipc_bt.c87 uint32_t shadowIntr; in Cy_BTIPC_IRQ_Handler() local
110 shadowIntr = Cy_IPC_Drv_GetInterruptStatusMasked(ipcIntrPtr); in Cy_BTIPC_IRQ_Handler()
112 notify = Cy_IPC_Drv_ExtractAcquireMask(shadowIntr); in Cy_BTIPC_IRQ_Handler()
115 release = Cy_IPC_Drv_ExtractReleaseMask(shadowIntr); in Cy_BTIPC_IRQ_Handler()
117 BTIPC_LOG_L1("shadow 0x%lx, notifyMask 0x%lx, relMask 0x%lx\n", shadowIntr, notify, release); in Cy_BTIPC_IRQ_Handler()