Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_ipc.c603 uint32_t current_ipc_interrupt_mask = Cy_IPC_Drv_GetInterruptMask(ipc_intr_base); in _cyhal_ipc_enable_interrupt() local
618 … Cy_IPC_Drv_SetInterruptMask(ipc_intr_base, current_ipc_interrupt_mask | channel_intr_mask, 0); in _cyhal_ipc_enable_interrupt()
623 … Cy_IPC_Drv_SetInterruptMask(ipc_intr_base, current_ipc_interrupt_mask & ~channel_intr_mask, 0); in _cyhal_ipc_enable_interrupt()
1396 uint32_t current_ipc_interrupt_mask = Cy_IPC_Drv_GetInterruptMask(ipc_intr_base); in cyhal_ipc_queue_enable_event() local
1400 if ((current_ipc_interrupt_mask & channel_intr_mask) == 0) in cyhal_ipc_queue_enable_event()