Microchip® Advanced Software Framework

conf_test.h File Reference

Unit test configuration.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

#include "board.h"

Macros

#define CONF_TEST_CHARLENGTH   8
 
#define CONF_TEST_STOPBITS   USART_1_STOPBIT
 
#define CONF_TEST_USART   USART
 
Unit test configuration
#define CONF_TEST_BAUDRATE   57600
 Baudrate of UART. More...
 
#define CONF_TEST_PARITY   USART_NO_PARITY
 Parity mode of UART. More...
 

#define CONF_TEST_BAUDRATE   57600

Baudrate of UART.

Note
57600 baud

Referenced by main().

#define CONF_TEST_CHARLENGTH   8
Note
8-bit character length

Referenced by main().

#define CONF_TEST_PARITY   USART_NO_PARITY

Parity mode of UART.

Note
No parity check

Referenced by main().

#define CONF_TEST_STOPBITS   USART_1_STOPBIT
Note
No extra stopbit, i.e., use 1

Referenced by main().

#define CONF_TEST_USART   USART
Note
Using USART

Referenced by main().