Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c92 uint32_t notify; in Cy_BTIPC_IRQ_Handler() local
112 notify = Cy_IPC_Drv_ExtractAcquireMask(shadowIntr); in Cy_BTIPC_IRQ_Handler()
117 BTIPC_LOG_L1("shadow 0x%lx, notifyMask 0x%lx, relMask 0x%lx\n", shadowIntr, notify, release); in Cy_BTIPC_IRQ_Handler()
149 if (0UL != notify) in Cy_BTIPC_IRQ_Handler()
153 Cy_IPC_Drv_ClearInterrupt(ipcIntrPtr, CY_IPC_NO_NOTIFICATION, notify); in Cy_BTIPC_IRQ_Handler()
155 if ((notify & (uint32_t)(0x1UL << contextPtr->dlChannelHPC)) != 0UL) in Cy_BTIPC_IRQ_Handler()
222 if ((notify & (uint32_t)(0x1UL << contextPtr->dlChannelHCI)) != 0UL) in Cy_BTIPC_IRQ_Handler()
/hal_infineon-latest/btstack/
DRELEASE.md35 …- Added API wiced_bt_ble_notify_on_device_address_change to notify the application on device addre…
106 …- Added new event BTM_BLE_DATA_LENGTH_UPDATE_EVENT to notify change in the data length and timeout…