Home
last modified time | relevance | path

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 Dcdc_uart.c168 …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 Dcdc_desc.c156 USB_CDC_IN_EP, /* bEndpointAddress */
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/inc/
A Dapp_usbd_cfg.h63 #define USB_CDC_IN_EP 0x81 macro
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/inc/
A Dapp_usbd_cfg.h63 #define USB_CDC_IN_EP 0x81 macro
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/inc/
A Dapp_usbd_cfg.h60 #define USB_CDC_IN_EP 0x82 macro
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/src/
A Dcdc_vcom.c139 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 Dcdc_desc.c156 USB_CDC_IN_EP, /* bEndpointAddress */
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/
A Dcdc_vcom.c139 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 Dcomposite_desc.c221 USB_CDC_IN_EP, /* bEndpointAddress */

Completed in 17 milliseconds