GD32F1x0
|
USB_CDC_Class_Private_Functions
Functions | |
void | USBD_CDC_SendData (void *pudev, uint32_t DataLen) |
Send the data received from the GD32 to the PC through USB. More... | |
void | USBD_CDC_ReceiveData (void *pudev) |
Receive the data from the PC to GD32 and send it through USB. More... | |
Detailed Description
Function Documentation
void USBD_CDC_ReceiveData | ( | void * | pudev | ) |
Receive the data from the PC to GD32 and send it through USB.
- Parameters
-
None
- Return values
-
None
Definition at line 430 of file usbd_cdc_loopback_core.c.
void USBD_CDC_SendData | ( | void * | pudev, |
uint32_t | DataLen | ||
) |
Send the data received from the GD32 to the PC through USB.
- Parameters
-
None
- Return values
-
None
Definition at line 414 of file usbd_cdc_loopback_core.c.
Generated by
