Lines Matching refs:intrNotifyPtr

38     if((intrNotifyPtr != NULL) && (intrNotifyPtr->mask != 0u))  in Cy_BLE_IntrNotifyIsrHandler()
43 if((intrNotifyPtr->mask & CY_BLE_INTR_CALLBACK_BLESS_STACK_ISR) != 0u) in Cy_BLE_IntrNotifyIsrHandler()
50 ((intrNotifyPtr->mask & CY_BLE_INTR_CALLBACK_BLESS_INTR_STAT_DSM_ENTERED)!= 0u)) in Cy_BLE_IntrNotifyIsrHandler()
56 ((intrNotifyPtr->mask & CY_BLE_INTR_CALLBACK_BLESS_INTR_STAT_DSM_EXITED) != 0u)) in Cy_BLE_IntrNotifyIsrHandler()
74 … ((intrNotifyPtr->mask & CY_BLE_INTR_CALLBACK_BLELL_CONN_INTR_CLOSE_CE) != 0u)) in Cy_BLE_IntrNotifyIsrHandler()
81 … ((intrNotifyPtr->mask & CY_BLE_INTR_CALLBACK_BLELL_CONN_INTR_CE_TX_ACK) != 0u)) in Cy_BLE_IntrNotifyIsrHandler()
88 … ((intrNotifyPtr->mask & CY_BLE_INTR_CALLBACK_BLELL_CONN_EXT_INTR_EARLY) != 0u)) in Cy_BLE_IntrNotifyIsrHandler()
95 … ((intrNotifyPtr->mask & CY_BLE_INTR_CALLBACK_BLELL_CONN_INTR_CE_RX) != 0u)) in Cy_BLE_IntrNotifyIsrHandler()
105 … ((intrNotifyPtr->mask & CY_BLE_INTR_CALLBACK_BLELL_SCAN_INTR_ADV_RX) != 0u)) in Cy_BLE_IntrNotifyIsrHandler()
112 … ((intrNotifyPtr->mask & CY_BLE_INTR_CALLBACK_BLELL_SCAN_INTR_SCAN_RSP_RX) != 0u)) in Cy_BLE_IntrNotifyIsrHandler()
122 … ((intrNotifyPtr->mask & CY_BLE_INTR_CALLBACK_BLELL_ADV_INTR_CONN_REQ_RX) != 0u)) in Cy_BLE_IntrNotifyIsrHandler()
135 if((!intrNotifyPtr->configFlag) && (Cy_BLE_InterruptCallback != NULL)) in Cy_BLE_IntrNotifyIsrHandler()
144 intrNotifyPtr->data = (uint32_t)interruptType; in Cy_BLE_IntrNotifyIsrHandler()
147 …ile((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()
158 (1uL << (uint32_t)intrNotifyPtr->userIpcIntr)); in Cy_BLE_IntrNotifyIsrHandler()