23 #ifndef __USBD_CDC_VCP_H 24 #define __USBD_CDC_VCP_H 39 uint32_t
CDC_Send_DATA(
const uint8_t *ptrBuffer, uint32_t sendLength);
void CDC_SetCtrlLineStateCb(void(*cb)(void *context, uint16_t ctrlLineState), void *context)
uint32_t CDC_Send_DATA(const uint8_t *ptrBuffer, uint32_t sendLength)
__IO uint32_t bDeviceState
uint8_t usbIsConfigured(void)
header file for the usbd_cdc_core.c file.
enum _DEVICE_STATE DEVICE_STATE
uint8_t usbIsConnected(void)
uint32_t CDC_Receive_DATA(uint8_t *recvBuf, uint32_t len)
uint32_t CDC_Receive_BytesAvailable(void)
uint32_t CDC_BaudRate(void)
USB_OTG_CORE_HANDLE USB_OTG_dev
uint32_t CDC_Send_FreeBytes(void)
Header file for usbd_usr.c.
struct __attribute__((packed))
void CDC_SetBaudRateCb(void(*cb)(void *context, uint32_t baud), void *context)
USB Device configuration file.
Header file for usbd_core.c.
header file for the usbd_desc.c file