Microchip® Advanced Software Framework

conf_test.h File Reference

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   115200
 Baudrate of USART. More...
 
#define CONF_TEST_CHARLENGTH   0
 Character length (bits) of USART. More...
 
#define CONF_TEST_PARITY   UART_MR_PAR_NO
 Parity mode of USART. More...
 
#define CONF_TEST_STOPBITS   false
 Stopbit configuration of USART. More...
 

#define CONF_TEST_BAUDRATE   115200

Baudrate of USART.

Baudrate setting : 115200.

Referenced by main().

#define CONF_TEST_CHARLENGTH   0

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

Parity mode of USART.

Parity setting : No parity check.

Referenced by main().

#define CONF_TEST_STOPBITS   false

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

USART to redirect STDIO to.

USART Interface : Console UART.

Referenced by main().