Searched refs:Cy_IPC_Drv_SetInterruptMask (Results 1 – 9 of 9) sorted by relevance
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/ |
D | cy_ipc_drv.h | 608 __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/ |
D | cy_ipc_pipe.c | 293 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()
|
D | cy_crypto_server.c | 301 Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(config->acquireNotifierChannel), in Cy_Crypto_Server_Start_Common() 368 …Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(cy_crypto_serverContext->acquireNotifierCha… in Cy_Crypto_Server_Stop()
|
D | cy_flash_srom.c | 513 …Cy_IPC_Drv_SetInterruptMask(sromRespIntrStr, (uint32_t)(1UL << (uint32_t)CY_IPC_CHAN_SYSCALL), 0UL… in Cy_Srom_SetResponseHandler()
|
D | cy_crypto.c | 238 Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(context->releaseNotifierChannel), in Cy_Crypto_Init()
|
D | cy_ipc_bt.c | 542 …Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(contextPtr->intStuctureSelf), contextPtr->u… in Cy_BTIPC_WarmInit()
|
D | cy_pra.c | 166 …Cy_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/ |
D | cyhal_ipc.c | 579 … Cy_IPC_Drv_SetInterruptMask(ipc_intr_base, current_ipc_interrupt_mask | channel_intr_mask, 0); in _cyhal_ipc_enable_interrupt() 584 … Cy_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/ |
D | cy_ble.c | 613 Cy_IPC_Drv_SetInterruptMask(Cy_IPC_Drv_GetIntrBaseAddr(ipcIntr), in Cy_BLE_ConfigureIpcForInterruptCallback()
|