USBD ROM Stack
2.0
ROM based USB device stack
|
Communication Device Class (CDC) API structures and function prototypes. More...
Go to the source code of this file.
Data Structures | |
struct | USBD_CDC_INIT_PARAM_T |
Communication Device Class function driver initialization 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... | |
Macros | |
#define | CDC_BUF_SIZE (128) /* Output buffer in bytes (power 2) */ |
#define | CDC_BUF_MASK (CDC_BUF_SIZE - 1ul) |
Communication Device Class (CDC) API structures and function prototypes.
Definition of functions exported by ROM based CDC function driver.