Serial USART service configuration.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | CONF_PINS_UART PINS_UART0 |
#define | CONF_PINS_UART_FLAGS PINS_UART0_FLAGS |
#define | CONF_UART CONSOLE_UART |
UART Interface. More... | |
#define | CONF_UART_BAUDRATE 115200 |
Baudrate setting. More... | |
#define | CONF_UART_PARITY UART_MR_PAR_NO |
Parity setting. More... | |
#define | CONF_UART_PIO PINS_UART0_PIO |
#define CONF_PINS_UART PINS_UART0 |
Referenced by configure_console(), and reconfigure_console().
#define CONF_PINS_UART_FLAGS PINS_UART0_FLAGS |
Referenced by configure_console(), and reconfigure_console().
#define CONF_UART CONSOLE_UART |
UART Interface.
Referenced by configure_console(), and reconfigure_console().
#define CONF_UART_BAUDRATE 115200 |
Baudrate setting.
Referenced by configure_console(), main(), test_active_mode(), test_sleep_mode(), and test_wait_mode().
#define CONF_UART_PARITY UART_MR_PAR_NO |
Parity setting.
Referenced by configure_console().
#define CONF_UART_PIO PINS_UART0_PIO |
Referenced by configure_console(), and reconfigure_console().