usbuart 2.0.0.0
USB UART Device Settings

Settings for registers of USB UART Click driver. More...

Macros

#define USBUART_MODE_SLEEP   1
 USB UART description setting.
 
#define USBUART_MODE_NORMAL   0
 
#define USBUART_CTS_ACTIVE   1
 
#define USBUART_CTS_NO_ACTIVE   0
 
#define USBUART_POWER_ON   1
 
#define USBUART_POWER_OFF   0
 
#define DRV_BUFFER_SIZE   500
 USB UART driver buffer size.
 

Detailed Description

Settings for registers of USB UART Click driver.

Macro Definition Documentation

◆ DRV_BUFFER_SIZE

#define DRV_BUFFER_SIZE   500

USB UART driver buffer size.

Specified size of driver ring buffer.

Note
Increase buffer size if needed.

◆ USBUART_CTS_ACTIVE

#define USBUART_CTS_ACTIVE   1

◆ USBUART_CTS_NO_ACTIVE

#define USBUART_CTS_NO_ACTIVE   0

◆ USBUART_MODE_NORMAL

#define USBUART_MODE_NORMAL   0

◆ USBUART_MODE_SLEEP

#define USBUART_MODE_SLEEP   1

USB UART description setting.

Specified setting for description of USB UART Click driver.

◆ USBUART_POWER_OFF

#define USBUART_POWER_OFF   0

◆ USBUART_POWER_ON

#define USBUART_POWER_ON   1