Microchip® Advanced Software Framework

conf_test.h File Reference

Unit test configuration.

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

Macros

#define CONF_TEST_GEN_ID   PEVC_ID_GEN_AST_2
 Generator ID for the test. More...
 
#define CONF_TEST_PDCA_PID   20
 PDCA Peripheral id for the test. More...
 
#define CONF_TEST_USER_ID   PEVC_ID_USER_DACC_CONV
 User ID for the test. More...
 
Unit test configuration
#define CONF_TEST_USART   COM_PORT_USART
 USART to redirect STDIO to. More...
 
#define CONF_TEST_BAUDRATE   115200
 Baudrate of USART. More...
 
#define CONF_TEST_CHARLENGTH   US_MR_CHRL_8
 Character length (bits) of USART. More...
 
#define CONF_TEST_PARITY   US_MR_PAR_NONE
 Parity mode of USART. More...
 
#define CONF_TEST_STOPBITS   US_MR_NBSTOP_1
 Stopbit configuration of USART. More...
 

#define CONF_TEST_BAUDRATE   115200

Baudrate of USART.

Baudrate setting : 115200.

Referenced by main().

#define CONF_TEST_CHARLENGTH   US_MR_CHRL_8

Character length (bits) of USART.

Char setting : 8-bit character length (don't care for UART)

Referenced by main().

#define CONF_TEST_GEN_ID   PEVC_ID_GEN_AST_2

Generator ID for the test.

Referenced by run_events_ast_test().

#define CONF_TEST_PARITY   US_MR_PAR_NONE

Parity mode of USART.

Parity setting : No parity check.

Referenced by main().

#define CONF_TEST_PDCA_PID   20

PDCA Peripheral id for the test.

#define CONF_TEST_STOPBITS   US_MR_NBSTOP_1

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   COM_PORT_USART

USART to redirect STDIO to.

USART Interface : Console UART.

Referenced by main().

#define CONF_TEST_USER_ID   PEVC_ID_USER_DACC_CONV

User ID for the test.

Referenced by run_events_ast_test(), and run_events_software_test().