Searched refs:USB_CDC_IN_EP (Results 1 – 9 of 9) sorted by relevance
| /external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/ |
| A D | cdc_uart.c | 168 …count = USBD_API->hw->WriteEP(pUcom->hUsb, USB_CDC_IN_EP, &pUcom->rxBuf[g_uCOM.rxBuf_usbIndex], co… in UCOM_bulk_hdlr() 297 …count = USBD_API->hw->WriteEP(g_uCOM.hUsb, USB_CDC_IN_EP, &g_uCOM.rxBuf[g_uCOM.rxBuf_usbIndex], co… in LPC_UARTHNDLR() 335 ep_indx = (((USB_CDC_IN_EP & 0x0F) << 1) + 1); in UCOM_init()
|
| A D | cdc_desc.c | 156 USB_CDC_IN_EP, /* bEndpointAddress */
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/inc/ |
| A D | app_usbd_cfg.h | 63 #define USB_CDC_IN_EP 0x81 macro
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/inc/ |
| A D | app_usbd_cfg.h | 63 #define USB_CDC_IN_EP 0x81 macro
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/inc/ |
| A D | app_usbd_cfg.h | 60 #define USB_CDC_IN_EP 0x82 macro
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/src/ |
| A D | cdc_vcom.c | 139 ep_indx = (((USB_CDC_IN_EP & 0x0F) << 1) + 1); in vcom_init() 224 ret = USBD_API->hw->WriteEP(pVcom->hUsb, USB_CDC_IN_EP, pBuf, len); in vcom_write()
|
| A D | cdc_desc.c | 156 USB_CDC_IN_EP, /* bEndpointAddress */
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/ |
| A D | cdc_vcom.c | 139 ep_indx = (((USB_CDC_IN_EP & 0x0F) << 1) + 1); in vcom_init() 224 ret = USBD_API->hw->WriteEP(pVcom->hUsb, USB_CDC_IN_EP, pBuf, len); in vcom_write()
|
| A D | composite_desc.c | 221 USB_CDC_IN_EP, /* bEndpointAddress */
|
Completed in 17 milliseconds