Microchip® Advanced Software Framework

conf_example.h File Reference

Configuration of the USI example application.

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

Macros

#define COUNT_MS_SWAP_LED   500
 LED blinking rate in msec. More...
 
#define MAX_COMMAND_LENGTH   20
 Maximum length of the input command. More...
 
#define PROGRAM_MAIN_MENU   "Introduce command:\n"STRING_EOL
 
#define STRING_EOL   "\r"
 
#define STRING_HEADER
 
TC configuration for msec timer
#define ID_TC_1MS   ID_TC3
 
#define TC_1MS   TC1
 
#define TC_1MS_CHN   0
 
#define TC_1MS_IRQn   TC3_IRQn
 
#define TC_1MS_Handler   TC3_Handler
 

#define COUNT_MS_SWAP_LED   500

LED blinking rate in msec.

#define ID_TC_1MS   ID_TC3
#define MAX_COMMAND_LENGTH   20

Maximum length of the input command.

#define PROGRAM_MAIN_MENU   "Introduce command:\n"STRING_EOL
#define STRING_EOL   "\r"
#define STRING_HEADER
Value:
"-- ATMEL PLC USI Example Application --\r\n" \
" -- "BOARD_NAME" --\r\n" \
" -- Compiled: "__DATE__" "__TIME__" --"STRING_EOL
#define BOARD_NAME
Name of the board.
Definition: atpl230amb.h:59
#define STRING_EOL
Definition: conf_example.h:55
#define TC_1MS   TC1
#define TC_1MS_CHN   0
#define TC_1MS_Handler   TC3_Handler
#define TC_1MS_IRQn   TC3_IRQn