Microchip® Advanced Software Framework

conf_board.h File Reference

Board configuration.

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

Macros

#define CONF_BOARD_UART_CONSOLE
 Enable Com Port. More...
 
#define CONSOLE_UART_ID   ID_UART0
 Usart Hw ID used by the console (UART0). More...
 
#define LED_ATTR   PIN_LED_0_ATTR
 
#define LED_ID   PIN_LED_0_ID
 
#define LED_MASK   PIN_LED_0_MASK
 LED definition. More...
 
#define LED_PIO   PIN_LED_0_PIO
 
#define LED_TYPE   PIN_LED_0_TYPE
 
#define PUSHBUTTON_ATTR   PIN_PUSHBUTTON_1_ATTR
 
#define PUSHBUTTON_ID   PIN_PUSHBUTTON_1_ID
 
#define PUSHBUTTON_IRQn   PIOA_IRQn
 
#define PUSHBUTTON_MASK   PIN_PUSHBUTTON_1_MASK
 
#define PUSHBUTTON_PIO   PIN_PUSHBUTTON_1_PIO
 
#define PUSHBUTTON_STRING   "USRPB1"
 Push button definition. More...
 
#define PUSHBUTTON_TYPE   PIN_PUSHBUTTON_1_TYPE
 

#define CONF_BOARD_UART_CONSOLE

Enable Com Port.

#define CONSOLE_UART_ID   ID_UART0

Usart Hw ID used by the console (UART0).

Referenced by configure_console().

#define LED_ATTR   PIN_LED_0_ATTR

Referenced by configure_led().

#define LED_ID   PIN_LED_0_ID
#define LED_MASK   PIN_LED_0_MASK

LED definition.

Referenced by configure_led().

#define LED_PIO   PIN_LED_0_PIO

Referenced by configure_led().

#define LED_TYPE   PIN_LED_0_TYPE

Referenced by configure_led().

#define PUSHBUTTON_ATTR   PIN_PUSHBUTTON_1_ATTR

Referenced by configure_button().

#define PUSHBUTTON_ID   PIN_PUSHBUTTON_1_ID

Referenced by button_handler(), and configure_button().

#define PUSHBUTTON_IRQn   PIOA_IRQn

Referenced by main().

#define PUSHBUTTON_MASK   PIN_PUSHBUTTON_1_MASK
#define PUSHBUTTON_PIO   PIN_PUSHBUTTON_1_PIO

Referenced by configure_button(), and main().

#define PUSHBUTTON_STRING   "USRPB1"

Push button definition.

Referenced by main().

#define PUSHBUTTON_TYPE   PIN_PUSHBUTTON_1_TYPE

Referenced by configure_button().