Microchip® Advanced Software Framework

conf_uart_serial.h File Reference

SAM4S USART Serial Configuration.

Copyright (c) 2021 Microchip Technology Inc. and its subsidiaries.

Macros

#define CONF_UART   CONSOLE_UART
 UART Interface. More...
 
#define CONF_UART_BAUDRATE   (115200UL)
 Baudrate setting. More...
 
#define CONF_UART_CHAR_LENGTH   US_MR_CHRL_8_BIT
 Character length setting. More...
 
#define CONF_UART_PARITY   US_MR_PAR_NO
 Parity setting. More...
 
#define CONF_UART_STOP_BITS   US_MR_NBSTOP_1_BIT
 Stop bits setting. More...
 

#define CONF_UART   CONSOLE_UART

UART Interface.

Referenced by configure_console().

#define CONF_UART_BAUDRATE   (115200UL)

Baudrate setting.

Referenced by configure_console().

#define CONF_UART_CHAR_LENGTH   US_MR_CHRL_8_BIT

Character length setting.

Referenced by configure_console().

#define CONF_UART_PARITY   US_MR_PAR_NO

Parity setting.

Referenced by configure_console().

#define CONF_UART_STOP_BITS   US_MR_NBSTOP_1_BIT

Stop bits setting.

Referenced by configure_console().