This file manages the generic CDC features.
Definition in file cdc.h.
Go to the source code of this file.
Defines | |
CDC Requests | |
#define | GET_ENCAPSULATED_COMMAND 0x01 |
#define | GET_LINE_CODING 0x21 |
#define | SEND_BREAK 0x23 |
#define | SEND_ENCAPSULATED_COMMAND 0x00 |
#define | SET_CONTROL_LINE_STATE 0x22 |
#define | SET_LINE_CODING 0x20 |
#define GET_ENCAPSULATED_COMMAND 0x01 |
#define GET_LINE_CODING 0x21 |
Definition at line 61 of file cdc.h.
Referenced by host_cdc_get_line_coding(), and usb_user_read_request().
#define SEND_ENCAPSULATED_COMMAND 0x00 |
#define SET_CONTROL_LINE_STATE 0x22 |
#define SET_LINE_CODING 0x20 |
Definition at line 60 of file cdc.h.
Referenced by host_cdc_set_line_coding(), and usb_user_read_request().