Home
last modified time | relevance | path

Searched refs:ReadEP (Results 1 – 5 of 5) sorted by relevance

/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/src/
A Dcdc_uart.c179 pUcom->txBuf_count = USBD_API->hw->ReadEP(hUsb, USB_CDC_OUT_EP, pUcom->txBuf); in UCOM_bulk_hdlr()
277 g_uCOM.txBuf_count = USBD_API->hw->ReadEP(g_uCOM.hUsb, USB_CDC_OUT_EP, g_uCOM.txBuf); in LPC_UARTHNDLR()
/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/src/
A Dhid_generic.c108 USBD_API->hw->ReadEP(hUsb, pHidCtrl->epout_adr, loopback_report); in HID_Ep_Hdlr()
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd_hw.h336 uint32_t (*ReadEP)(USBD_HANDLE_T hUsb, uint32_t EPNum, uint8_t *pData); member
/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/src/
A Dcdc_vcom.c71 pVcom->rx_count = USBD_API->hw->ReadEP(hUsb, USB_CDC_OUT_EP, pVcom->rx_buff); in VCOM_bulk_out_hdlr()
/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/src/
A Dcdc_vcom.c71 pVcom->rx_count = USBD_API->hw->ReadEP(hUsb, USB_CDC_OUT_EP, pVcom->rx_buff); in VCOM_bulk_out_hdlr()

Completed in 5 milliseconds