/lk-master/platform/lpc43xx/ |
A D | udc.c | 62 static usb_t USB; variable 439 usb_t *usb = &USB; in lpc43xx_usb_init() 491 usb_t *usb = &USB; in lpc43xx_USB0_IRQ() 553 USB.device = dev; in udc_init() 554 USB.ep0out = _udc_endpoint_alloc(&USB, 0, 0, 64); in udc_init() 555 USB.ep0in = _udc_endpoint_alloc(&USB, 0, 1, 64); in udc_init() 557 USB.ep0req->context = &USB; in udc_init() 558 USB.flags |= F_UDC_INIT; in udc_init() 563 if (USB.gadget) { in udc_register_gadget() 587 usb_t *usb = &USB; in udc_start() [all …]
|
/lk-master/target/vim2/ |
A D | README | 11 - Copy lk.bin from build-vim2-test to a USB flash drive 12 - Connect the USB flash drive to VIM2 USB-A port
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/ |
A D | readme.dox | 2 * @brief USB to UART bridge example 32 /** @defgroup EXAMPLES_USBDROM_15XX_CDC_UARTN LPC15XX USB to UART bridge example 35 * The example shows how to us USBD ROM stack to creates a USB to UART converter port. 40 * Connect the USB cable between micro connector on board and to a host. 45 * J54 & J55 on base board and power the system through USB port connected to FTDI chip. Note,
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/ |
A D | readme.dox | 2 * @brief USB Composite device example 32 /** @defgroup EXAMPLES_USBDROM_15XX_COMPOSITE LPC15XX USB Composite device example 35 * The example shows how to us USBD ROM stack to creates a composite device. A USB 43 * Connect the USB cable between micro connector on board and to a host. 45 * Windows USB driver package. You can get this package on the LPCOpen download
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/ |
A D | readme.dox | 2 * @brief This file contains USB HID Mouse example using USB ROM Drivers. 40 * Pressing the joystick in causes a left mouse click to happening over USB.
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/ |
A D | readme.dox | 2 * @brief This file contains USB HID Keyboard example using USB ROM Drivers.
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_ll_rcc.c | 78 #if defined(USB) 381 #if defined(USB)
|
A D | stm32f0xx_hal_rcc_ex.c | 392 #if defined(USB) in HAL_RCCEx_GetPeriphCLKFreq() 525 #if defined(USB) in HAL_RCCEx_GetPeriphCLKFreq()
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
A D | stm32f0xx_ll_rcc.h | 377 #if defined(USB) 425 #if defined(USB) 1321 #if defined(USB) 1401 #if defined(USB) 2226 #if defined(USB_OTG_FS) || defined(USB)
|
A D | stm32f0xx_ll_bus.h | 150 #if defined(USB)
|
/lk-master/external/platform/pico/rp2_common/pico_stdio_usb/ |
A D | stdio_usb.c | 111 #warning stdio USB was configured, but is being disabled as TinyUSB is explicitly linked
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/ |
A D | readme.dox | 39 * Connect the USB cable between micro connector on board and to a host.
|
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/ |
A D | readme.dox | 41 * Connect the USB cable between micro connector on board and to a host.
|
/lk-master/platform/stm32f0xx/ |
A D | usbc.c | 75 usbc.handle.Instance = USB; in stm32_usbc_init()
|
/lk-master/external/platform/stellaris/ti-driverlib/ |
A D | MANIFEST.TXT | 173 Software Name: Stellaris USB Library 338 Software Name: USB Library - libusb
|
/lk-master/external/platform/nrfx/ |
A D | CHANGELOG.md | 154 …load size of isochronous endpoints to zero, to fulfill requirements of the USB 2.0 specification, …
|
/lk-master/external/platform/stm32f0xx/CMSIS/inc/ |
A D | stm32f070x6.h | 580 #define USB ((USB_TypeDef *) USB_BASE) macro 5585 #define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB)
|
A D | stm32f070xb.h | 603 #define USB ((USB_TypeDef *) USB_BASE) macro 5765 #define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB)
|
A D | stm32f048xx.h | 714 #define USB ((USB_TypeDef *) USB_BASE) macro 10594 #define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB)
|
A D | stm32f042x6.h | 714 #define USB ((USB_TypeDef *) USB_BASE) macro 10630 #define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB)
|
A D | stm32f072xb.h | 789 #define USB ((USB_TypeDef *) USB_BASE) macro 11249 #define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB)
|
A D | stm32f078xx.h | 789 #define USB ((USB_TypeDef *) USB_BASE) macro 11219 #define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB)
|