Home
last modified time | relevance | path

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

/hal_infineon-latest/bless/
Dcy_ble_hal_int.c147 …((Cy_IPC_Drv_IsLockAcquired(Cy_IPC_Drv_GetIpcBaseAddress((uint32_t)intrNotifyPtr->userIpcChan))) && in Cy_BLE_IntrNotifyIsrHandler()
157 … (void)Cy_IPC_Drv_AcquireNotify(Cy_IPC_Drv_GetIpcBaseAddress((uint32_t)intrNotifyPtr->userIpcChan), in Cy_BLE_IntrNotifyIsrHandler()
Dcy_ble_hal_pvt.c1030 if ((1uL << ((uint32_t)intrNotify.userIpcChan)) == interruptMasked ) in Cy_BLE_HAL_IntrNotifyIpcHandler()
1041 (void)Cy_IPC_Drv_LockRelease(Cy_IPC_Drv_GetIpcBaseAddress((uint32_t)intrNotify.userIpcChan), in Cy_BLE_HAL_IntrNotifyIpcHandler()
Dcy_ble.c608 intrNotify.userIpcChan = (uint8_t) ipcChan; in Cy_BLE_ConfigureIpcForInterruptCallback()
/hal_infineon-latest/bless/include/
Dcy_ble.h195 uint8_t userIpcChan; /* IPC channel. Used only in BLE dual CPU mode */ member