Serial USART service configuration.
Copyright (c) 2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | CONF_STDIO_BAUDRATE 115200 |
#define | CONF_STDIO_CHAR_LENGTH US_MR_CHRL_8_BIT |
#define | CONF_STDIO_PARITY US_MR_PAR_NO |
#define | CONF_STDIO_STOP_BITS US_MR_NBSTOP_1_BIT |
#define | CONF_STDIO_USART_MODULE CONSOLE_UART |
#define | CONF_UART CONF_STDIO_USART_MODULE |
UART Interface for AT commands input. More... | |
#define | UART_Handler USART1_Handler |
#define | UART_IRQn USART1_IRQn |
#define CONF_STDIO_BAUDRATE 115200 |
Referenced by configure_console().
#define CONF_STDIO_CHAR_LENGTH US_MR_CHRL_8_BIT |
Referenced by configure_console().
#define CONF_STDIO_PARITY US_MR_PAR_NO |
Referenced by configure_console().
#define CONF_STDIO_STOP_BITS US_MR_NBSTOP_1_BIT |
Referenced by configure_console().
#define CONF_STDIO_USART_MODULE CONSOLE_UART |
Referenced by configure_console().
#define CONF_UART CONF_STDIO_USART_MODULE |
UART Interface for AT commands input.
Referenced by configure_console(), and UART_Handler().
#define UART_Handler USART1_Handler |
#define UART_IRQn USART1_IRQn |
Referenced by configure_console().