Nut/OS  5.0.5
API Reference
stm32_usb_sil.c File Reference
Include dependency graph for stm32_usb_sil.c:

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)

Function Documentation

uint32_t USB_SIL_Init ( void  )
 * $Id: stm32_usb_sil.c 4268 2012-06-15 13:24:08Z haraldkipp $
 * 

References OTG_DEV_Init().

Here is the call graph for this function:

uint32_t USB_SIL_Write ( uint8_t  bEpAddr,
uint8_t pBufferPointer,
uint32_t  wBufferSize 
)

References OTGD_FS_PCD_EP_Write().

Here is the call graph for this function:

uint32_t USB_SIL_Read ( uint8_t  bEpAddr,
uint8_t pBufferPointer 
)

References OTGD_FS_PCD_EP_Read(), OTGD_FS_PCD_GetOutEP(), and USB_OTG_ep::xfer_len.

Here is the call graph for this function: