gnuk/src/usb-cdc.h

11 lines
364 B
C
Raw Normal View History

2010-08-30 02:39:46 +00:00
/*
* Class specific control requests for CDC
*/
#define USB_CDC_REQ_SET_LINE_CODING 0x20
#define USB_CDC_REQ_GET_LINE_CODING 0x21
#define USB_CDC_REQ_SET_CONTROL_LINE_STATE 0x22
#define USB_CDC_REQ_SEND_BREAK 0x23
2012-05-11 00:28:04 +00:00
#define VIRTUAL_COM_PORT_DATA_SIZE 16
#define VIRTUAL_COM_PORT_INT_SIZE 8