Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_ipc_drv.h608 __STATIC_INLINE void Cy_IPC_Drv_SetInterruptMask (IPC_INTR_STRUCT_Type * base,
702 __STATIC_INLINE void Cy_IPC_Drv_SetInterruptMask (IPC_INTR_STRUCT_Type* base, in Cy_IPC_Drv_SetInterruptMask() function
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_ipc_pipe.c293 Cy_IPC_Drv_SetInterruptMask(endpoint->ipcIntrPtr, endpoint->pipeIntMask, endpoint->pipeIntMask); in Cy_IPC_Pipe_EndpointInit()
379 Cy_IPC_Drv_SetInterruptMask(endpoint->ipcIntrPtr, endpoint->pipeIntMask, endpoint->pipeIntMask); in Cy_IPC_Pipe_EndpointInitExt()
Dcy_crypto_server.c301 Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(config->acquireNotifierChannel), in Cy_Crypto_Server_Start_Common()
368Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(cy_crypto_serverContext->acquireNotifierCha… in Cy_Crypto_Server_Stop()
Dcy_flash_srom.c513Cy_IPC_Drv_SetInterruptMask(sromRespIntrStr, (uint32_t)(1UL << (uint32_t)CY_IPC_CHAN_SYSCALL), 0UL… in Cy_Srom_SetResponseHandler()
Dcy_crypto.c238 Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(context->releaseNotifierChannel), in Cy_Crypto_Init()
Dcy_ipc_bt.c542Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(contextPtr->intStuctureSelf), contextPtr->u… in Cy_BTIPC_WarmInit()
Dcy_pra.c166Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(CY_IPC_INTR_PRA), CY_PRA_IPC_NONE_INTR, CY_… in Cy_PRA_Init()
/hal_infineon-3.6.0/mtb-hal-cat1/source/
Dcyhal_ipc.c579Cy_IPC_Drv_SetInterruptMask(ipc_intr_base, current_ipc_interrupt_mask | channel_intr_mask, 0); in _cyhal_ipc_enable_interrupt()
584Cy_IPC_Drv_SetInterruptMask(ipc_intr_base, current_ipc_interrupt_mask & ~channel_intr_mask, 0); in _cyhal_ipc_enable_interrupt()
974 Cy_IPC_Drv_SetInterruptMask(ipc_intr_base, (1 << _CYHAL_IPC_RELEASE_INTR_BITS) - 1, 0); in cyhal_ipc_semaphore_init()
/hal_infineon-3.6.0/bless/
Dcy_ble.c613 Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(ipcIntr), in Cy_BLE_ConfigureIpcForInterruptCallback()