Searched refs:contextPtr (Results 1 – 1 of 1) sorted by relevance
91 cy_stc_ipc_bt_context_t *contextPtr = btIpcContext; in Cy_BTIPC_IRQ_Handler() local99 if (NULL == contextPtr) in Cy_BTIPC_IRQ_Handler()106 contextPtr->ipc_int_count++; in Cy_BTIPC_IRQ_Handler()109 ipcIntrPtr = Cy_IPC_Drv_GetIntrBaseAddr(contextPtr->intStuctureSelf); in Cy_BTIPC_IRQ_Handler()126 if ((release & (uint32_t)(0x1UL << contextPtr->ulChannelHPC)) != 0UL) in Cy_BTIPC_IRQ_Handler()129 contextPtr->ipc_hpc_release_count++; in Cy_BTIPC_IRQ_Handler()133 if ((release & (uint32_t)(0x1UL << contextPtr->ulChannelHCI)) != 0UL) in Cy_BTIPC_IRQ_Handler()136 contextPtr->ipc_hci_release_count++; in Cy_BTIPC_IRQ_Handler()142 if ((contextPtr->ulReleaseCallbackPtr) != NULL ) in Cy_BTIPC_IRQ_Handler()144 contextPtr->ulReleaseCallbackPtr(); in Cy_BTIPC_IRQ_Handler()[all …]