USART Serial Configuration. More...
Go to the source code of this file.
Macros | |
#define | CONF_UART CONSOLE_UART |
#define | CONF_UART_CHAR_LENGTH US_MR_CHRL_8_BIT |
#define | CONF_UART_PARITY US_MR_PAR_NO |
#define | CONF_UART_STOP_BITS US_MR_NBSTOP_1_BIT |
USART Serial Configuration.
Copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries.
Definition in file conf_uart_serial.h.
#define CONF_UART CONSOLE_UART |
UART Interface
Definition at line 41 of file conf_uart_serial.h.
#define CONF_UART_CHAR_LENGTH US_MR_CHRL_8_BIT |
Baudrate setting Character length setting
Definition at line 45 of file conf_uart_serial.h.
#define CONF_UART_PARITY US_MR_PAR_NO |
Parity setting
Definition at line 47 of file conf_uart_serial.h.
#define CONF_UART_STOP_BITS US_MR_NBSTOP_1_BIT |
Stop bits setting
Definition at line 49 of file conf_uart_serial.h.