#include <dev/usb_stm32/usb_lib.h>
Functions | |
uint32_t | USB_SIL_Init (void) |
uint32_t | USB_SIL_Write (uint8_t bEpAddr, uint8_t *pBufferPointer, uint32_t wBufferSize) |
uint32_t | USB_SIL_Read (uint8_t bEpAddr, uint8_t *pBufferPointer) |
uint32_t USB_SIL_Init | ( | void | ) |
* $Id: stm32_usb_sil.c 4268 2012-06-15 13:24:08Z haraldkipp $ *
References OTG_DEV_Init().
References OTGD_FS_PCD_EP_Read(), OTGD_FS_PCD_GetOutEP(), and USB_OTG_ep::xfer_len.