Home
last modified time | relevance | path

Searched refs:ep_indx (Results 1 – 3 of 3) sorted by relevance

/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/src/
A Dcdc_vcom.c120 uint32_t ep_indx; in vcom_init() local
139 ep_indx = (((USB_CDC_IN_EP & 0x0F) << 1) + 1); in vcom_init()
140 ret = USBD_API->core->RegisterEpHandler(hUsb, ep_indx, VCOM_bulk_in_hdlr, &g_vCOM); in vcom_init()
143 ep_indx = ((USB_CDC_OUT_EP & 0x0F) << 1); in vcom_init()
144 ret = USBD_API->core->RegisterEpHandler(hUsb, ep_indx, VCOM_bulk_out_hdlr, &g_vCOM); in vcom_init()
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/
A Dcdc_vcom.c120 uint32_t ep_indx; in vcom_init() local
139 ep_indx = (((USB_CDC_IN_EP & 0x0F) << 1) + 1); in vcom_init()
140 ret = USBD_API->core->RegisterEpHandler(hUsb, ep_indx, VCOM_bulk_in_hdlr, &g_vCOM); in vcom_init()
143 ep_indx = ((USB_CDC_OUT_EP & 0x0F) << 1); in vcom_init()
144 ret = USBD_API->core->RegisterEpHandler(hUsb, ep_indx, VCOM_bulk_out_hdlr, &g_vCOM); in vcom_init()
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/
A Dcdc_uart.c309 uint32_t ep_indx; in UCOM_init() local
335 ep_indx = (((USB_CDC_IN_EP & 0x0F) << 1) + 1); in UCOM_init()
336 ret = USBD_API->core->RegisterEpHandler(hUsb, ep_indx, UCOM_bulk_hdlr, &g_uCOM); in UCOM_init()
340 ep_indx = ((USB_CDC_OUT_EP & 0x0F) << 1); in UCOM_init()
341 ret = USBD_API->core->RegisterEpHandler(hUsb, ep_indx, UCOM_bulk_hdlr, &g_uCOM); in UCOM_init()

Completed in 6 milliseconds