Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 30) sorted by relevance

12

/btstack/port/stm32-f4discovery-usb/port/
H A Dusbh_bluetooth.c108 USBH_InterfaceDescTypeDef * interface = &phost->device.CfgDesc.Itf_Desc[interface_index]; in USBH_Bluetooth_InterfaceInit() local
109 uint8_t num_endpoints = interface->bNumEndpoints; in USBH_Bluetooth_InterfaceInit()
115 USBH_EpDescTypeDef * ep_desc = &interface->Ep_Desc[ep_index]; in USBH_Bluetooth_InterfaceInit()
150 usb->event_in_ep = interface->Ep_Desc[event_in].bEndpointAddress; in USBH_Bluetooth_InterfaceInit()
151 usb->event_in_len = interface->Ep_Desc[event_in].wMaxPacketSize; in USBH_Bluetooth_InterfaceInit()
157 … phost->device.speed, USB_EP_TYPE_INTR, interface->Ep_Desc[event_in].wMaxPacketSize); in USBH_Bluetooth_InterfaceInit()
162 usb->acl_in_ep = interface->Ep_Desc[acl_in].bEndpointAddress; in USBH_Bluetooth_InterfaceInit()
163 usb->acl_in_len = interface->Ep_Desc[acl_in].wMaxPacketSize; in USBH_Bluetooth_InterfaceInit()
171 usb->acl_out_ep = interface->Ep_Desc[acl_out].bEndpointAddress; in USBH_Bluetooth_InterfaceInit()
172 usb->acl_out_len = interface->Ep_Desc[acl_out].wMaxPacketSize; in USBH_Bluetooth_InterfaceInit()
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Class/HID/Src/
H A Dusbh_hid.c143 uint8_t interface; in USBH_HID_InterfaceInit() local
145 interface = USBH_FindInterface(phost, phost->pActiveClass->ClassCode, HID_BOOT_CODE, 0xFFU); in USBH_HID_InterfaceInit()
147 if ((interface == 0xFFU) || (interface >= USBH_MAX_NUM_INTERFACES)) /* No Valid Interface */ in USBH_HID_InterfaceInit()
153 status = USBH_SelectInterface(phost, interface); in USBH_HID_InterfaceInit()
175 if (phost->device.CfgDesc.Itf_Desc[interface].bInterfaceProtocol == HID_KEYBRD_BOOT_CODE) in USBH_HID_InterfaceInit()
180 else if (phost->device.CfgDesc.Itf_Desc[interface].bInterfaceProtocol == HID_MOUSE_BOOT_CODE) in USBH_HID_InterfaceInit()
193 HID_Handle->ep_addr = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bEndpointAddress; in USBH_HID_InterfaceInit()
194 HID_Handle->length = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].wMaxPacketSize; in USBH_HID_InterfaceInit()
195 HID_Handle->poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[0].bInterval; in USBH_HID_InterfaceInit()
205 max_ep = ((phost->device.CfgDesc.Itf_Desc[interface].bNumEndpoints <= USBH_MAX_NUM_ENDPOINTS) ? in USBH_HID_InterfaceInit()
[all …]
/btstack/port/stm32-wb55xx-nucleo-freertos/
H A DMakefile91 Middlewares/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl.c \
92 Middlewares/STM32_WPAN/interface/patterns/ble_thread/tl/shci_tl_if.c \
93 Middlewares/STM32_WPAN/interface/patterns/ble_thread/tl/tl_mbox.c \
94 Middlewares/STM32_WPAN/interface/patterns/ble_thread/shci/shci.c \
188 C_INCLUDES += -IMiddlewares/STM32_WPAN/interface/patterns/ble_thread
189 C_INCLUDES += -IMiddlewares/STM32_WPAN/interface/patterns/ble_thread/tl
190 C_INCLUDES += -IMiddlewares/STM32_WPAN/interface/patterns/ble_thread/shci
H A DREADME.md65 Please use any ARM Cortex SWD programmer via the SWD interface desribed in the hardware section.
/btstack/port/mtk/SPPClient/
H A Dproguard-project.txt16 # and specify the fully qualified class name to the JavaScript interface
18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/btstack/port/mtk/LEScan/
H A Dproguard-project.txt16 # and specify the fully qualified class name to the JavaScript interface
18 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Src/
H A Dusbh_core.c280 USBH_StatusTypeDef USBH_SelectInterface(USBH_HandleTypeDef *phost, uint8_t interface) in USBH_SelectInterface() argument
284 if (interface < phost->device.CfgDesc.bNumInterfaces) in USBH_SelectInterface()
286 phost->device.current_interface = interface; in USBH_SelectInterface()
287 USBH_UsrLog("Switching to Interface (#%d)", interface); in USBH_SelectInterface()
288 USBH_UsrLog("Class : %xh", phost->device.CfgDesc.Itf_Desc[interface].bInterfaceClass); in USBH_SelectInterface()
289 USBH_UsrLog("SubClass : %xh", phost->device.CfgDesc.Itf_Desc[interface].bInterfaceSubClass); in USBH_SelectInterface()
290 USBH_UsrLog("Protocol : %xh", phost->device.CfgDesc.Itf_Desc[interface].bInterfaceProtocol); in USBH_SelectInterface()
/btstack/doc/manual/docs-template/
H A Dporting.md129 With the standard H4 protocol interface, it is not possible for either
160 APIs provides an interface to implement concrete drivers for a particular
167 implementation has to conform to the interface in Listing [below](#lst:persistentDB).
169 ~~~~ {#lst:persistentDB .c caption="{Persistent storage interface.}"}
/btstack/port/samv71-xplained-atwilc3000/example/template/
H A DMakefile67 openocd -f interface/cmsis-dap.cfg -f board/atmel_samv71_xplained_ultra.cfg -f upload.cfg
/btstack/3rd-party/lwip/core/src/
H A DFILES12 netif/ - Generic network interface device drivers are kept here.
H A DFilelists.cmake96 # Files implementing various generic network interface functions
/btstack/3rd-party/lwip/core/src/netif/
H A DFILES1 This directory contains generic network interface device drivers that
/btstack/port/max32630-fthr/scripts/
H A Dmax3263x_hdk.cfg3 interface cmsis-dap
/btstack/chipset/
H A DREADME.md41 …ansmitted via the HCI interface or via an explicit PCM/I2S interface on the chipset. Most chipsets…
49 Nordic Semiconductor does not officially have Bluetooth chipsets with HCI interface, but their docu…
99 …rather fragile in general. For these, it's necessary to use the I2S/PCM interface for stable opera…
201 …CI Controller is implemented in software and accessed via a so called Virtual HCI (VHCI) interface.
214 …e EM9301 has been the only Bluetooth Single-Mode LE chipset with an HCI interface. The EM9301 can …
215 The UART interface does not support hardware flow control and is not recommended for use with BTsta…
242interface. Instead, they provide an LE Bluetooth Stack as a binary library, the so-called *SoftDev…
339 …ueNRG series is an LE-only SoC which can be used with an HCI Firmware over a custom SPI interface.
343 …er is an SoC with a multi-protocol 2.4 Ghz radio co-processor. It provides a virtual HCI interface.
419 … Bluetooth stack, as a module with embedded stack or with a regular HCI interface. The HCI variant…
[all …]
/btstack/port/samv71-xplained-atwilc3000/ASF/thirdparty/CMSIS/
H A DATMEL-disclaimer.txt4 …* http://www.arm.com/products/processors/cortex-m/cortex-microcontroller-software-interface-standa…
/btstack/port/stm32-f4discovery-usb/Middlewares/ST/STM32_USB_Host_Library/Core/Inc/
H A Dusbh_core.h93 USBH_StatusTypeDef USBH_SelectInterface(USBH_HandleTypeDef *phost, uint8_t interface);
/btstack/port/apollo2-em9304/
H A DREADME.md5 Firmware upload is possible via the internal J-Link interface or the 10-pin Mini ARM-JTAG Interface.
/btstack/platform/libusb/
H A Dhci_transport_h2_libusb.c703 const struct libusb_interface *interface = &config_descriptor->interface[i]; in scan_for_bt_endpoints() local
704 const struct libusb_interface_descriptor * interface_descriptor = interface->altsetting; in scan_for_bt_endpoints()
/btstack/port/stm32-l073rz-nucleo-em9304/
H A DREADME.md10 In this port, the EM9304 is conencted via the SPI1 interface and configured for 8 Mhz. [Datasheet f…
/btstack/port/max32630-fthr/
H A DREADME.md4 …provides a virtual COM port for a console, and enables debugging via the SWD interface via OpenOCD.
/btstack/
H A DCHANGELOG.md136 - SBC Codec: new interface allows for multiple instances
485 - HCI: `btstack_transport_sco.h` supports SCO over physical PCM/I2S interface (`HAVE_SCO_TRANSPORT`)
486 - POSIX: `btstack_transport_sco_i2s_test_bridge.c` implements SCO transport interface for UART-to-I…
487 - btstack_uart: `btstack_uart_t` interface extends `btstack_uart_block_t`:
580 …CC256X_ASSISTED_HFP, HFP enables WBS codec on demand and configures PCM/I2S interface for 8kH/16kHz
581 - BCM: with ENABLE_BCM_PCM_WBS, HFP enables WBS codec on demand and configures PCM/I2S interface fo…
703 - BNEP lwIP: add `bnep_lwip_connect` to establish BNEP connection and manage lwIP network interface
1010 - btstack_audio: split interface into sink and source
1260 - Introduced btstack_network.h network interface abstraction
1261 - btstack_network_posix implementation using Linux tun/tap interface
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A DPPPD_FOLLOWUP23 which one is the default interface, it was actually a requirement if you
138 This is just a patch that adds plugins hooks for IPv6, the plugin interface
/btstack/3rd-party/lwip/core/
H A DREADME63 help improve lwIP by use of Savannah's interface, Git and the
/btstack/port/esp32/
H A DREADME.md72 For a generic ESP32, the first I2S interface is used with with the following pin out:
/btstack/3rd-party/lc3-google/
H A DREADME.md17 - include: Library interface

12