USBD_CDC_DataIn() is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USBD_CDC_DataIn() function

USBD_CDC_DataIn Data sent on non-control IN endpoint

Syntax

static uint8_t USBD_CDC_DataIn(USBD_HandleTypeDef *pdev,     uint8_t epnum);
Implemented in usbd_cdc.c:536

Arguments

pdev

device instance

epnum

endpoint number

Return value

status

References

LocationText
usbd_cdc.c:536
static uint8_t USBD_CDC_DataIn(USBD_HandleTypeDef *pdev, uint8_t epnum)
usbd_cdc.c:105
static uint8_t USBD_CDC_DataIn(USBD_HandleTypeDef *pdev, uint8_t epnum);
usbd_cdc.c:148
USBD_CDC_DataIn,

Call Tree

Functions called by USBD_CDC_DataIn()
USBD_CDC_DataIn()
Implementations
USBD_CDC_DataIn()
all items filtered out
Type of USBD_CDC_DataIn()
USBD_CDC_DataIn()
uint8_t
all items filtered out