Searched refs:WriteEP (Results 1 – 8 of 8) 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()
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/src/ |
| A D | hid_generic.c | 110 USBD_API->hw->WriteEP(hUsb, pHidCtrl->epin_adr, loopback_report, 1); in HID_Ep_Hdlr()
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/src/ |
| A D | hid_keyboard.c | 221 USBD_API->hw->WriteEP(g_keyBoard.hUsb, HID_EP_IN, &g_keyBoard.report[0], KEYBOARD_REPORT_SIZE); in Keyboard_Tasks()
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_hid_mouse/example/src/ |
| A D | hid_mouse.c | 218 USBD_API->hw->WriteEP(g_mouse.hUsb, HID_EP_IN, &g_mouse.report[0], MOUSE_REPORT_SIZE); in Mouse_Tasks()
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/ |
| A D | hid_mouse.c | 219 USBD_API->hw->WriteEP(g_mouse.hUsb, HID_EP_IN, &g_mouse.report[0], MOUSE_REPORT_SIZE); in Mouse_Tasks()
|
| A D | cdc_vcom.c | 224 ret = USBD_API->hw->WriteEP(pVcom->hUsb, USB_CDC_IN_EP, pBuf, len); in vcom_write()
|
| /external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/ |
| A D | usbd_hw.h | 381 uint32_t (*WriteEP)(USBD_HANDLE_T hUsb, uint32_t EPNum, uint8_t *pData, uint32_t cnt); member
|
| /external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/src/ |
| A D | cdc_vcom.c | 224 ret = USBD_API->hw->WriteEP(pVcom->hUsb, USB_CDC_IN_EP, pBuf, len); in vcom_write()
|
Completed in 8 milliseconds