Unit test configuration.
Copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
Unit test configuration | |
#define | CONF_TEST_USART CONSOLE_UART |
USART to redirect STDIO to. More... | |
#define | CONF_TEST_BAUDRATE (115200UL) |
Baudrate of USART. More... | |
#define | CONF_TEST_CHARLENGTH US_MR_CHRL_8_BIT |
Character length (bits) of USART. More... | |
#define | CONF_TEST_PARITY UART_MR_PAR_NO |
Parity mode of USART. More... | |
#define | CONF_TEST_STOPBITS US_MR_NBSTOP_1_BIT |
Stopbit configuration of USART. More... | |
#define CONF_TEST_BAUDRATE (115200UL) |
#define CONF_TEST_CHARLENGTH US_MR_CHRL_8_BIT |
Character length (bits) of USART.
Char setting : 8-bit character length (don't care for UART)
Referenced by main().
#define CONF_TEST_PARITY UART_MR_PAR_NO |
#define CONF_TEST_STOPBITS US_MR_NBSTOP_1_BIT |
Stopbit configuration of USART.
Stopbit setting : No extra stopbit, i.e., use 1 (don't care for UART)
Referenced by main().
#define CONF_TEST_USART CONSOLE_UART |