| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_usb.c | 43 USB->GINTEN = 0; in USB_coreInit() 44 USB->GINTSTS = ~0; in USB_coreInit() 173 USB->HCC0_b.EC = 0; in USB_hostCH0() 175 USB->HCC0_b.CE = 1; in USB_hostCH0() 190 USB->HCC1_b.EC = 0; in USB_hostCH1() 192 USB->HCC1_b.CE = 1; in USB_hostCH1() 207 USB->HCC2_b.EC = 0; in USB_hostCH2() 209 USB->HCC2_b.CE = 1; in USB_hostCH2() 323 if ((USB->GINTSTS_b.HC) && ((USB->HAINT & BIT(ch)))) { in USB_hostINT_isDone() 352 if ((USB->GINTSTS_b.HC) && ((USB->HAINT & BIT(ch)))) { in USB_hostINT_isPend() [all …]
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_usb.c | 239 return (USB->FADDR); in ald_usb_dev_get_addr() 249 USB->FADDR = addr; in ald_usb_dev_set_addr() 466 return (USB->FADDR); in ald_usb_host_addr_get() 848 return (USB->COUNT0_RX1 + (((uint32_t)USB->RXCOUNT2) << 8)); in ald_usb_ep_data_avail() 877 i = USB->COUNT0_RX1 + (((uint32_t)USB->RXCOUNT2) << 8); in ald_usb_ep_data_get() 992 …status = (ep_idx == ALD_USB_EP_0) ? (USB->CSR0L_TXCSRL): (USB->CSR0L_TXCSRL | (USB->RXCSRL << 16)); in ald_usb_ep_status() 1040 USB->INDEX = ep_idx; in ald_usb_fifo_config_get() 1064 USB->INDEX = ep_idx; in ald_usb_fifo_config_set() 1094 USB->INDEX = ep_idx; in ald_usb_fifo_flush() 1156 USB->ICR |= Status; in ald_usb_int_status_get() [all …]
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/class/cdc/device/ |
| A D | atmel_devices_cdc.inf | 21 %ATMEL_CDC_XPLAINED%=DriverInstall, USB\VID_03EB&PID_2122 22 %ATMEL_CDC_USB_ZIGBIT_Sub%=DriverInstall, USB\VID_03EB&PID_214B 23 %ATMEL_CDC_USB_ZIGBIT_2_4%=DriverInstall, USB\VID_03EB&PID_214A 24 %ATMEL_CDC_SFW_EXAMPLE%=DriverInstall, USB\VID_03EB&PID_2307 25 %ATMEL_CDC_EVK1XXX%=DriverInstall, USB\VID_03EB&PID_2310 26 %ATMEL_CDC_ASF_EXAMPLE%=DriverInstall, USB\VID_03EB&PID_2404 40 %ATMEL_CDC_XPLAINED%=DriverInstall.NTamd64, USB\VID_03EB&PID_2122 44 %ATMEL_CDC_EVK1XXX%=DriverInstall.NTamd64, USB\VID_03EB&PID_2310 78 %ATMEL_CDC_XPLAINED%=DriverInstall.NT, USB\VID_03EB&PID_2122 82 %ATMEL_CDC_EVK1XXX%=DriverInstall.NT, USB\VID_03EB&PID_2310 [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/class/cdc/device/ |
| A D | atmel_devices_cdc.inf | 21 %ATMEL_CDC_XPLAINED%=DriverInstall, USB\VID_03EB&PID_2122 22 %ATMEL_CDC_USB_ZIGBIT_Sub%=DriverInstall, USB\VID_03EB&PID_214B 23 %ATMEL_CDC_USB_ZIGBIT_2_4%=DriverInstall, USB\VID_03EB&PID_214A 24 %ATMEL_CDC_SFW_EXAMPLE%=DriverInstall, USB\VID_03EB&PID_2307 25 %ATMEL_CDC_EVK1XXX%=DriverInstall, USB\VID_03EB&PID_2310 26 %ATMEL_CDC_ASF_EXAMPLE%=DriverInstall, USB\VID_03EB&PID_2404 40 %ATMEL_CDC_XPLAINED%=DriverInstall.NTamd64, USB\VID_03EB&PID_2122 44 %ATMEL_CDC_EVK1XXX%=DriverInstall.NTamd64, USB\VID_03EB&PID_2310 78 %ATMEL_CDC_XPLAINED%=DriverInstall.NT, USB\VID_03EB&PID_2122 82 %ATMEL_CDC_EVK1XXX%=DriverInstall.NT, USB\VID_03EB&PID_2310 [all …]
|
| /bsp/phytium/doc/ |
| A D | use_cherryusb.md | 3 - CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统(带 USB IP)的 USB 主从协议栈 5 - 1. USB 主机(XHCI), 可以识别 U 盘/鼠标/键盘等设备,但是设备需要插在主机侧的 USB 插槽上,暂不支持通过 HUB 扩展连接设备 6 - 2. USB 主机 (PUSB2), 可以识别 U 盘/鼠标/键盘等设备 7 - 3. USB 从机 (PUSB2), 可以将开发板作为一个 USB 设备(U 盘)运行,连接 Windows/Ubuntu 等主机进行识别和访问 13 ## 使用 USB 3.0 控制器 (XHCI) 15 > Note: 飞腾派上只有CPU 正面侧靠网口的插槽是 USB 3.0 XHCI 接口,飞腾派中只引出了 USB 3.0 0 号控制器 19 - 如果是在 E2000 D/Q Demo 板上,如下图所示连接 USB 设备 23 - 如果是在飞腾派上,如下图所示连接 USB 设备 57 ## 使用 USB 2.0 控制器(PUSB2 Device 模式) 94 ## 使用 USB 2.0 控制器 (PUSB2 Host 模式) [all …]
|
| /bsp/hc32/ev_hc32f4a0_lqfp176/ |
| A D | README.md | 31 - 常用接口:USB转串口、SD卡接口、以太网接口、LCD接口、USB HS、USB FS、USB 3300、DVP接口、3.5mm耳机接口、Line in接口、喇叭接口 42 | USB 转串口 | 支持 | 使用 UART1 | 67 | USB | 支持 | USBFS/HS Core, device/host模式 | 100 USB虚拟COM端口默认连接串口1,在终端工具里打开相应的串口,复位设备后,可以看到 RT-Thread 的输出信息: 126 | USB | device | 由于RTT抽象层的设计,当配置为CDC设备时,打开USB虚拟串口,需使能流控的DTR信号。(如使用SSCOM串口助手打开USB虚拟串口时,勾选DTR选框)… 127 | USB | device | 由于外部PHY管脚复用的原因,当配置使用USBHS Core并且使用外部PHY时,需先通过J14连接到主机(如PC),再复位MCU运行程序;或者将J24跳… 128 | USB | host | 由于main()函数中的LED闪烁示例,使用的是USBFS主机口的供电控制管脚,因而当配置为使用USBFS Core的主机模式时,需要将main()函数中… 129 | USB | host | 为确保USB主机对外供电充足,建议通过J35外接5V电源供电,并短接J32的EXT跳帽。 | 130 | USB | host | 由于外部PHY管脚复用的原因,当配置使用USBHS Core并且使用外部PHY时,需通过J14先连接好OTG线,再复位MCU运行程序;或者将J24跳帽先短… 131 | USB | host | 目前仅实现并测试了对U盘的支持。 | [all …]
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/documentation/ |
| A D | usb_device_core.rst | 2 USB Device Core 5 USB Device Core is a part of the USB Device Stack library. It handles all the requests 6 during USB Enumeration process and helps upper class driver to be installed successfully 8 Enumeration, user can refer to Chapter 9 (USB Device Framework) in Universal Serial Bus 14 * Enabling/disabling USB device class components 17 * Waking up by USB host 21 * USB Device state change 22 * USB Device request handler 33 * USB Device Driver 34 * USB Protocol Core [all …]
|
| A D | usb_protocol_core.rst | 2 USB Protocol Core 5 USB Protocol Core is a part of the USB Device Stack library. It provides basic 7 USB specification version 2.0.0/2.0.1 for user. 9 In addition, it provides interfaces of USB descriptor searching for the upper 10 layer to use, which is especially helpful in the USB enumeration process. 14 * Packaging USB device, configuration, interface, endpoint descriptors. 15 * Getting the descriptor length or type from an assigned USB descriptor. 16 * Getting VID, PID value from an assigned USB descriptor. 17 * Getting the total length of an USB configuration descriptor. 18 * Finding the next valid descriptor in a given USB descriptor. [all …]
|
| A D | usb_device_cdc.rst | 2 USB Device CDC 5 USB Device CDC (Communication Device Class)is a part of the USB Device Stack library. 6 It provides support for Abstract Control Model, which is one of the USB PSTN Device 33 * USB Device Driver 34 * USB Device Stack Core 35 * USB Protocol CDC 44 * If user wants to combine CDC with other classes into one device, USB 46 rather than USB Device Stack CDC ACM.
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/documentation/ |
| A D | usb_device_core.rst | 2 USB Device Core 5 USB Device Core is a part of the USB Device Stack library. It handles all the requests 6 during USB Enumeration process and helps upper class driver to be installed successfully 8 Enumeration, user can refer to Chapter 9 (USB Device Framework) in Universal Serial Bus 14 * Enabling/disabling USB device class components 17 * Waking up by USB host 21 * USB Device state change 22 * USB Device request handler 33 * USB Device Driver 34 * USB Protocol Core [all …]
|
| A D | usb_protocol_core.rst | 2 USB Protocol Core 5 USB Protocol Core is a part of the USB Device Stack library. It provides basic 7 USB specification version 2.0.0/2.0.1 for user. 9 In addition, it provides interfaces of USB descriptor searching for the upper 10 layer to use, which is especially helpful in the USB enumeration process. 14 * Packaging USB device, configuration, interface, endpoint descriptors. 15 * Getting the descriptor length or type from an assigned USB descriptor. 16 * Getting VID, PID value from an assigned USB descriptor. 17 * Getting the total length of an USB configuration descriptor. 18 * Finding the next valid descriptor in a given USB descriptor. [all …]
|
| A D | usb_device_cdc.rst | 2 USB Device CDC 5 USB Device CDC (Communication Device Class)is a part of the USB Device Stack library. 6 It provides support for Abstract Control Model, which is one of the USB PSTN Device 33 * USB Device Driver 34 * USB Device Stack Core 35 * USB Protocol CDC 44 * If user wants to combine CDC with other classes into one device, USB 46 rather than USB Device Stack CDC ACM.
|
| /bsp/hc32/ev_hc32f472_lqfp100/ |
| A D | README.md | 38 - USB转串口 55 | USB 转串口 | 支持 | 使用 UART2 | 98 USB虚拟COM端口默认连接串口2,在终端工具里打开相应的串口,复位设备后,可以看到 RT-Thread 的输出信息: 124 | USB | device | 由于RTT抽象层的设计,当配置为CDC设备时,打开USB虚拟串口,需使能流控的DTR信号。(如使用SSCOM串口助手打开USB虚拟串口时,勾选DTR选框)… 125 | USB | host | 由于main()函数中的LED闪烁示例,使用的是USBFS主机口的供电控制管脚,因而当配置为使用USBFS 的主机模式时,需要将main()函数中的LED… 126 | USB | host | 若配置为U盘主机模式,出现部分U盘无法识别或者写入失败时,可以尝试将RTT抽象层中rt_udisk_run()函数的rt_usbh_storage_res… 127 | USB | host | 为确保USB主机对外供电充足,建议通过J7外接5V电源供电,并短接J8的VIN跳帽。 | 128 | USB | host | 目前仅实现并测试了对U盘的支持。 |
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/documentation/ |
| A D | usb_device_async.rst | 1 The USB Device Asynchronous Driver 8 The USB device driver provides necessary APIs to support USB Device states and 9 USB data flow. So that the USB Device enumeration, class and vendor support can 13 To be recognized by a host, a USB device must handle a subset of the USB events. 58 * USB device address control 59 * USB working speed status 65 * Other USB events: 95 USB Device stack, to monitor USB events, handle control requests and process 101 * USB device capable hardware 122 Considerations for D21 USB [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/documentation/ |
| A D | usb_device_async.rst | 1 The USB Device Asynchronous Driver 8 The USB device driver provides necessary APIs to support USB Device states and 9 USB data flow. So that the USB Device enumeration, class and vendor support can 13 To be recognized by a host, a USB device must handle a subset of the USB events. 58 * USB device address control 59 * USB working speed status 65 * Other USB events: 95 USB Device stack, to monitor USB events, handle control requests and process 101 * USB device capable hardware 122 Considerations for D21 USB [all …]
|
| /bsp/hc32/ev_hc32f460_lqfp100_v2/ |
| A D | README.md | 29 - 常用接口: USB转串口、SD卡接口、USB FS、3.5mm耳机接口、Line in接口、喇叭接口 40 | USB 转串口 | 支持 | 使用 UART4 | 81 USB虚拟COM端口默认连接串口4,在终端工具里打开相应的串口,复位设备后,可以看到 RT-Thread 的输出信息: 107 | USB | device | 由于RTT抽象层的设计,当配置为CDC设备时,打开USB虚拟串口,需使能流控的DTR信号。(如使用SSCOM串口助手打开USB虚拟串口时,勾选DTR选框)… 108 | USB | host | 若配置为U盘主机模式,出现部分U盘无法识别或者写入失败时,可以尝试将RTT抽象层中rt_udisk_run()函数的rt_usbh_storage_res… 109 | USB | host | 目前仅实现并测试了对U盘的支持。 |
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/usb/ |
| A D | hpl_usb.c | 65 Usb * hw = USB; in _usb_load_calib() 679 Usb *hw = USB; in _usbd_ep_is_stalled() 690 Usb *hw = USB; in _usbd_ep_is_stall_sent() 1382 Usb *hw = USB; in _usb_d_dev_handle_eps() 1410 Usb * hw = USB; in _usb_d_dev_handler() 1445 Usb * hw = USB; in _usb_d_dev_init() 1483 Usb *hw = USB; in _usb_d_dev_deinit() 1502 Usb * hw = USB; in _usb_d_dev_enable() 1527 Usb * hw = USB; in _usb_d_dev_disable() 1610 Usb * hw = USB; in _usb_d_dev_trans_setup() [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/usb/ |
| A D | hpl_usb.c | 65 Usb * hw = USB; in _usb_load_calib() 679 Usb *hw = USB; in _usbd_ep_is_stalled() 690 Usb *hw = USB; in _usbd_ep_is_stall_sent() 1382 Usb *hw = USB; in _usb_d_dev_handle_eps() 1410 Usb * hw = USB; in _usb_d_dev_handler() 1445 Usb * hw = USB; in _usb_d_dev_init() 1483 Usb *hw = USB; in _usb_d_dev_deinit() 1502 Usb * hw = USB; in _usb_d_dev_enable() 1527 Usb * hw = USB; in _usb_d_dev_disable() 1610 Usb * hw = USB; in _usb_d_dev_trans_setup() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/ |
| A D | Kconfig | 2 bool "USB Drivers" 6 menu "USB HOST" 18 bool "USB Mass Storage support" 28 bool "USB HID support" 33 menu "USB DEVICE" 46 bool "USB Manager support"
|
| /bsp/hc32/libraries/hc32_drivers/ |
| A D | Kconfig | 4 # "USB Full Speed (FS) Core" 7 # "USB High Speed (HS) Core" 11 # "USB High Speed (HS) Mode" 14 # "USB High Speed (HS) Core in FS mode" 21 # "UTMI: USB 2.0 Transceiver Macrocell Interace"
|
| /bsp/gd32/arm/libraries/gd32_drivers/ |
| A D | Kconfig | 4 # "USB Full Speed (FS) Core" 7 # "USB High Speed (HS) Core" 11 # "USB High Speed (HS) Mode" 14 # "USB High Speed (HS) Core in FS mode" 21 # "UTMI: USB 2.0 Transceiver Macrocell Interace"
|
| /bsp/mm32/libraries/HAL_Drivers/ |
| A D | Kconfig | 4 # "USB Full Speed (FS) Core" 7 # "USB High Speed (HS) Core" 11 # "USB High Speed (HS) Mode" 14 # "USB High Speed (HS) Core in FS mode" 21 # "UTMI: USB 2.0 Transceiver Macrocell Interace"
|
| /bsp/stm32/stm32f413-st-nucleo/ |
| A D | README_zh.md | 27 …帽需连接)(黄色,PB0,LD1;蓝色,PB7,LD2;红色,PB14,LD3), USB communication (LD4), over current (LD5), power LED (… 29 - 常用接口:USB 支持 3 种不同接口:虚拟 COM 端口、大容量存储和调试端口等。 54 | USB OTG_FS | 支持 | OTGFS as USB device | 56 | USB Device | 支持 | OTGFS as USB device | 93 > 工程默认配置使用 板载ST-LINK 仿真器下载程序,在通过 Micro USB线 连接开发板的基础上,点击下载按钮即可下载程序到开发板
|
| /bsp/ft32/libraries/Drivers/ |
| A D | Kconfig | 4 # "USB Full Speed (FS) Core" 7 # "USB High Speed (HS) Core" 11 # "USB High Speed (HS) Mode" 14 # "USB High Speed (HS) Core in FS mode" 21 # "UTMI: USB 2.0 Transceiver Macrocell Interace"
|
| /bsp/hc32/ev_hc32f4a8_lqfp176/ |
| A D | README.md | 31 - 常用接口:USB转串口、SD卡接口、以太网接口、LCD接口、USB HS、USB FS、USB 3300、DVP接口、3.5mm耳机接口、Line in接口、喇叭接口 42 | USB 转串口 | 支持 | 使用 UART1 | 86 USB虚拟COM端口默认连接串口1,在终端工具里打开相应的串口,复位设备后,可以看到 RT-Thread 的输出信息:
|