Loading...
Searching...
No Matches

Detailed Description

Macros

#define CONFIG_USBUS_CDC_ACM_STDIO_BUF_SIZE   (128)
 Buffer size for STDIN and STDOUT data to and from USB when using the USBUS_CDC_ACM_STDIO module.
 
#define CONFIG_USBUS_CDC_ACM_BULK_EP_SIZE   (64)
 USB CDC ACM bulk endpoint size.
 

Macro Definition Documentation

◆ CONFIG_USBUS_CDC_ACM_BULK_EP_SIZE

#define CONFIG_USBUS_CDC_ACM_BULK_EP_SIZE   (64)

USB CDC ACM bulk endpoint size.

Definition at line 83 of file acm.h.

◆ CONFIG_USBUS_CDC_ACM_STDIO_BUF_SIZE

#define CONFIG_USBUS_CDC_ACM_STDIO_BUF_SIZE   (128)

Buffer size for STDIN and STDOUT data to and from USB when using the USBUS_CDC_ACM_STDIO module.

Definition at line 66 of file acm.h.