USART Serial Configuration.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | USART_SERIAL_CHAR_LENGTH (US_MR_CHRL_8_BIT) |
#define | USART_SERIAL_EXAMPLE ((Usart*)CONSOLE_UART) |
#define | USART_SERIAL_EXAMPLE_BAUDRATE (115200) |
#define | USART_SERIAL_PARITY (US_MR_PAR_NO) |
#define | USART_SERIAL_STOP_BIT (US_MR_NBSTOP_1_BIT) |
#define USART_SERIAL_CHAR_LENGTH (US_MR_CHRL_8_BIT) |
Referenced by main().
#define USART_SERIAL_EXAMPLE ((Usart*)CONSOLE_UART) |
Referenced by main().
#define USART_SERIAL_EXAMPLE_BAUDRATE (115200) |
Referenced by main().
#define USART_SERIAL_PARITY (US_MR_PAR_NO) |
Referenced by main().
#define USART_SERIAL_STOP_BIT (US_MR_NBSTOP_1_BIT) |
Referenced by main().