Microchip® Advanced Software Framework

conf_usart.h File Reference

USART configuration file.

Copyright (c) 2016-2018 Microchip Technology Inc. and its subsidiaries.

Macros

#define CONF_BAUDRATE   9600
 
#define CONF_CHARLENGTH   USART_CHSIZE_8BIT_gc
 
#define CONF_PARITY   USART_PMODE_DISABLED_gc
 
#define CONF_STOPBITS   false
 

#define CONF_BAUDRATE   9600
Note
Baud rate

Referenced by main().

#define CONF_CHARLENGTH   USART_CHSIZE_8BIT_gc
Note
Character length

Referenced by main().

#define CONF_PARITY   USART_PMODE_DISABLED_gc
Note
Parity checking

Referenced by main().

#define CONF_STOPBITS   false
Note
Stop bits

Referenced by main().