CDC_Itf_Receive() is only used within DualCore_Standalone.
 
Symbols
loading...
Files
loading...

CDC_Itf_Receive() function

CDC_Itf_DataRx Data received over USB OUT endpoint are sent over CDC interface through this function.

Syntax

static int8_t CDC_Itf_Receive(uint8_t* pbuf,     uint32_t *Len);
Implemented in usbd_cdc_interface.c:278

Arguments

pbuf

Len

Number of data received (in bytes)

Return value

Result of the operation: USBD_OK if all operations are OK else USBD_FAIL

References

LocationText
usbd_cdc_interface.c:278
static int8_t CDC_Itf_Receive(uint8_t * Buf, uint32_t * Len)
usbd_cdc_interface.c:58
static int8_t CDC_Itf_Receive(uint8_t* pbuf, uint32_t *Len);
usbd_cdc_interface.c:68
CDC_Itf_Receive,

Call Tree

Functions called by CDC_Itf_Receive()
CDC_Itf_Receive()
all items filtered out
Data read by CDC_Itf_Receive()
CDC_Itf_Receive()::Buf
all items filtered out
CDC_Itf_Receive()
Implementations
CDC_Itf_Receive()
all items filtered out
Type of CDC_Itf_Receive()
CDC_Itf_Receive()
int8_t
all items filtered out