Unit test configuration.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | CONF_TEST_BAUDRATE 115200 |
Baudrate setting : 115200. More... | |
#define | CONF_TEST_CHARLENGTH US_MR_CHRL_8_BIT |
Char setting : 8-bit character length (don't care for UART) More... | |
#define | CONF_TEST_PARITY US_MR_PAR_NO |
Parity setting : No parity check. More... | |
#define | CONF_TEST_STOPBITS US_MR_NBSTOP_1_BIT |
Stopbit setting : No extra stopbit, i.e., use 1 (don't care for UART) More... | |
#define | CONF_TEST_USART USART1 |
USART Interface : Console UART. More... | |
#define | GPIO_EIC_TRIG_PIN PIN_PB05 |
#define | GPIO_UNIT_TEST_EIC_LINE 1 |
#define | GPIO_UNIT_TEST_EIC_PIN PIN_PA06C_EIC_EXTINT1 |
#define | GPIO_UNIT_TEST_EIC_PIN_MASK GPIO_PA06C_EIC_EXTINT1 |
#define | GPIO_UNIT_TEST_EIC_PIN_MUX MUX_PA06C_EIC_EXTINT1 |
#define CONF_TEST_BAUDRATE 115200 |
Baudrate setting : 115200.
Referenced by main().
#define CONF_TEST_CHARLENGTH US_MR_CHRL_8_BIT |
Char setting : 8-bit character length (don't care for UART)
Referenced by main().
#define CONF_TEST_PARITY US_MR_PAR_NO |
Parity setting : No parity check.
Referenced by main().
#define CONF_TEST_STOPBITS US_MR_NBSTOP_1_BIT |
Stopbit setting : No extra stopbit, i.e., use 1 (don't care for UART)
Referenced by main().
#define CONF_TEST_USART USART1 |
USART Interface : Console UART.
Referenced by main().
#define GPIO_EIC_TRIG_PIN PIN_PB05 |
Referenced by run_eic_test().
#define GPIO_UNIT_TEST_EIC_LINE 1 |
Referenced by run_eic_test(), and set_int_flag().
#define GPIO_UNIT_TEST_EIC_PIN PIN_PA06C_EIC_EXTINT1 |
Referenced by run_eic_test().
#define GPIO_UNIT_TEST_EIC_PIN_MASK GPIO_PA06C_EIC_EXTINT1 |
#define GPIO_UNIT_TEST_EIC_PIN_MUX MUX_PA06C_EIC_EXTINT1 |
Referenced by run_eic_test().