#include "error.h"
#include "usbd.h"
#include "usbd_cdc.h"
Go to the source code of this file.
|
struct | USBD_CDC_INIT_PARAM_T |
| Communication Device Class function driver initilization parameter data structure. More...
|
|
struct | USBD_CDC_API_T |
| CDC class API functions structure.This module exposes functions which interact directly with USB device controller hardware. More...
|
|
#define CDC_BUF_SIZE (128) /* Output buffer in bytes (power 2) */ |
void UsbdCdc_IO_Buffer_Sync_Task |
( |
void |
| ) |
|
void UsbdCdc_SendData |
( |
uint8_t * |
buffer, |
|
|
uint32_t |
cnt |
|
) |
| |