diff options
| author | hathach <[email protected]> | 2013-11-08 12:03:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-11-08 12:03:32 +0700 |
| commit | 15d3a418bd0d109d926ea95c3be1bbc83757734b (patch) | |
| tree | ce38570975a7009624c80075101cb8cc84083c2e /tinyusb/class/cdc_host.h | |
| parent | 3945869cc267214a24fae94fe530fc3197348607 (diff) | |
add windows driver for cdc
add simple echo cdc serial demo
add cdc device send/receive API
refractor descriptor
refractor cdc.h
add usbd driver function
- init
- bus_reset
Diffstat (limited to 'tinyusb/class/cdc_host.h')
| -rw-r--r-- | tinyusb/class/cdc_host.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tinyusb/class/cdc_host.h b/tinyusb/class/cdc_host.h index 9a32cc896..6a33c9d85 100644 --- a/tinyusb/class/cdc_host.h +++ b/tinyusb/class/cdc_host.h @@ -50,13 +50,6 @@ extern "C" {
#endif
-/// CDC Pipe ID, used to indicate which pipe the API is addressing to (Notification, Out, In)
-typedef enum {
- CDC_PIPE_ERROR = 0 , ///< Invalid Pipe ID
- CDC_PIPE_NOTIFICATION , ///< Notificaiton pipe
- CDC_PIPE_DATA_IN , ///< Data in pipe
- CDC_PIPE_DATA_OUT ///< Data out pipe
-}cdc_pipeid_t;
//--------------------------------------------------------------------+
// APPLICATION PUBLIC API
|
