Searched refs:userIpcChan (Results 1 – 4 of 4) sorted by relevance
147 …((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()
1030 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()
608 intrNotify.userIpcChan = (uint8_t) ipcChan; in Cy_BLE_ConfigureIpcForInterruptCallback()
195 uint8_t userIpcChan; /* IPC channel. Used only in BLE dual CPU mode */ member