Home
last modified time | relevance | path

Searched refs:ulChannelHCI (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c133 if ((release & (uint32_t)(0x1UL << contextPtr->ulChannelHCI)) != 0UL) in Cy_BTIPC_IRQ_Handler()
453 contextPtr->ulChannelHCI = btIpcConfig->ulChannelHCI; in Cy_BTIPC_Init()
473 …contextPtr->ulReleaseMask = (uint32_t)((uint32_t)(0x1UL << btIpcConfig->ulChannelHCI) | (uint32_t)… in Cy_BTIPC_Init()
745 if (Cy_IPC_Drv_IsLockAcquired (Cy_IPC_Drv_GetIpcBaseAddress(contextPtr->ulChannelHCI))) in Cy_BTIPC_HCI_GetWriteBufPtr()
830 if (Cy_IPC_Drv_SendMsgDWord(Cy_IPC_Drv_GetIpcBaseAddress(contextPtr->ulChannelHCI), in Cy_BTIPC_HCI_Write()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_ipc_bt.h507 … uint32_t ulChannelHCI; /**< HCI Channel used to send to BLE */ member
589 … uint32_t ulChannelHCI; /**< HCI Channel used to send to BLE */ member
/hal_infineon-latest/btstack-integration/COMPONENT_BTSS-IPC/platform/ipc/
Dcybt_platform_hci.c373 .ulChannelHCI = MCU_IPC_HCI_UL, /* HCI Uplink channel from MCU to BLE */ in cybt_platform_hci_open()