Searched refs:endpoints (Results 1 – 18 of 18) sorted by relevance
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/documentation/ |
| A D | usb_device_async.rst | 35 * On *SetConfigure* request initialize and enable other endpoints, sends 46 To support USB transfer on endpoints, endpoints information is stored 48 callbacks and transfer data pointers. The number of endpoints that the driver 50 number of endpoints the driver needs to support should be minimized. 163 as control endpoint instead of dedicated IN and OUT endpoints). 168 When transferring data through USB device endpoints, buffer pointers can be 181 * For control endpoints, cache buffer must be enabled to fill setup packet. 184 * For OUT endpoints, if the cache is allocated, it's possible to pass unaligned 188 * For IN endpoints, if the cache is allocated, it's possible to pass buffer 193 of endpoints supported and the buffer usage of used input and/or output [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/documentation/ |
| A D | usb_device_async.rst | 35 * On *SetConfigure* request initialize and enable other endpoints, sends 46 To support USB transfer on endpoints, endpoints information is stored 48 callbacks and transfer data pointers. The number of endpoints that the driver 50 number of endpoints the driver needs to support should be minimized. 163 as control endpoint instead of dedicated IN and OUT endpoints). 168 When transferring data through USB device endpoints, buffer pointers can be 181 * For control endpoints, cache buffer must be enabled to fill setup packet. 184 * For OUT endpoints, if the cache is allocated, it's possible to pass unaligned 188 * For IN endpoints, if the cache is allocated, it's possible to pass buffer 193 of endpoints supported and the buffer usage of used input and/or output [all …]
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/rpmsg/ |
| A D | rpmsg.c | 151 metal_list_for_each(&rdev->endpoints, node) { in rpmsg_get_endpoint() 197 metal_list_add_tail(&rdev->endpoints, &ept->node); in rpmsg_register_endpoint()
|
| A D | rpmsg_virtio.c | 652 metal_list_init(&rdev->endpoints); in rpmsg_init_vdev() 682 while (!metal_list_is_empty(&rdev->endpoints)) { in rpmsg_deinit_vdev() 683 node = rdev->endpoints.next; in rpmsg_deinit_vdev()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/rpmsg/ |
| A D | rpmsg.c | 151 metal_list_for_each(&rdev->endpoints, node) { in rpmsg_get_endpoint() 197 metal_list_add_tail(&rdev->endpoints, &ept->node); in rpmsg_register_endpoint()
|
| A D | rpmsg_virtio.c | 652 metal_list_init(&rdev->endpoints); in rpmsg_init_vdev() 682 while (!metal_list_is_empty(&rdev->endpoints)) { in rpmsg_deinit_vdev() 683 node = rdev->endpoints.next; in rpmsg_deinit_vdev()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/include/openamp/ |
| A D | rpmsg.h | 103 struct metal_list endpoints; member
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/include/openamp/ |
| A D | rpmsg.h | 103 struct metal_list endpoints; member
|
| /bsp/microchip/same70/ |
| A D | README_zh.md | 26 … Host High-speed (USBHS) at 480 Mbps, 4-Kbyte FIFO, up to 10 bidirectional endpoints, dedicated DMA
|
| A D | README.md | 26 … Host High-speed (USBHS) at 480 Mbps, 4-Kbyte FIFO, up to 10 bidirectional endpoints, dedicated DMA
|
| /bsp/microchip/same54/ |
| A D | README_zh.md | 56 - Eight endpoints
|
| A D | README.md | 56 - Eight endpoints
|
| /bsp/microchip/samd51-adafruit-metro-m4/ |
| A D | README_zh.md | 61 - Eight endpoints
|
| A D | README.md | 61 - Eight endpoints
|
| /bsp/microchip/samd51-seeed-wio-terminal/ |
| A D | README.md | 64 - Eight endpoints
|
| A D | README_zh.md | 64 - Eight endpoints
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/ |
| A D | atmel_start_config.atstart | 1060 usbd_num_ep_sp: 4 (EP0 + 3 endpoints)
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/ |
| A D | atmel_start_config.atstart | 1084 usbd_num_ep_sp: 4 (EP0 + 3 endpoints)
|
Completed in 23 milliseconds