Microchip® Advanced Software Framework

avr2102_rf4control/apps/nwk/serial_if/host/app_config.h File Reference

Macros

#define APP_CAPABILITIES
 
#define APP_USER_STRING
 Defines the number of additional large buffers used by the application. More...
 
#define BOOT_LOADER_SIZE   0
 
#define EE_IEEE_ADDR   (0)
 
#define IEEE_FLASH_OFFSET   (INT_FLASH_END - STACK_FLASH_SIZE + 1)
 
#define NUM_SUPPORTED_DEV_TYPES   (1)
 
#define NUM_SUPPORTED_PROFILES   (1)
 
#define NUMBER_OF_APP_TIMERS   (1)
 Defines the number of timers used by the application. More...
 
#define SUPPORTED_CEC_CMDS
 
#define SUPPORTED_DEV_TYPE_0   DEV_TYPE_TELEVISION
 
#define SUPPORTED_DEV_TYPE_1   DEV_TYPE_TELEVISION
 
#define SUPPORTED_DEV_TYPE_2   DEV_TYPE_TELEVISION
 
#define SUPPORTED_PROFILE_ID_0   PROFILE_ID_ZRC
 
#define SUPPORTED_PROFILE_ID_1   PROFILE_ID_ZRC
 
#define SUPPORTED_PROFILE_ID_2   PROFILE_ID_ZRC
 
#define SUPPORTED_PROFILE_ID_3   PROFILE_ID_ZRC
 
#define SUPPORTED_PROFILE_ID_4   PROFILE_ID_ZRC
 
#define SUPPORTED_PROFILE_ID_5   PROFILE_ID_ZRC
 
#define SUPPORTED_PROFILE_ID_6   PROFILE_ID_ZRC
 
#define TOTAL_NUMBER_OF_TIMERS   NUMBER_OF_APP_TIMERS
 Defines the total number of timers used by the application and the layers below. More...
 
#define USER_STRING_AVAILABLE   true
 
#define WDT_TIMEOUT_PERIOD   WDT_TO_4S
 
#define WDT_WAKEUP_INTERVAL   WDT_TO_1S
 
#define WDT_WAKEUP_INTERVAL_US   (1000000) /* micro seconds */
 

#define APP_CAPABILITIES
Value:
(0x01 | \
#define NUM_SUPPORTED_DEV_TYPES
Definition: avr2102_rf4control/apps/nwk/serial_if/host/app_config.h:71
#define NUM_SUPPORTED_PROFILES
Definition: avr2102_rf4control/apps/nwk/serial_if/host/app_config.h:72
#define APP_USER_STRING
Value:
"My Controller " /* 15 characters !
**/

Defines the number of additional large buffers used by the application.

#define BOOT_LOADER_SIZE   0
#define EE_IEEE_ADDR   (0)
#define IEEE_FLASH_OFFSET   (INT_FLASH_END - STACK_FLASH_SIZE + 1)
#define NUM_SUPPORTED_DEV_TYPES   (1)
#define NUM_SUPPORTED_PROFILES   (1)
#define NUMBER_OF_APP_TIMERS   (1)

Defines the number of timers used by the application.

#define SUPPORTED_CEC_CMDS
Value:
{0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, \
0x00, \
0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, \
0x00, \
0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, \
0x00, \
0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, \
0x00}
#define SUPPORTED_DEV_TYPE_0   DEV_TYPE_TELEVISION
#define SUPPORTED_DEV_TYPE_1   DEV_TYPE_TELEVISION
#define SUPPORTED_DEV_TYPE_2   DEV_TYPE_TELEVISION
#define SUPPORTED_PROFILE_ID_0   PROFILE_ID_ZRC
#define SUPPORTED_PROFILE_ID_1   PROFILE_ID_ZRC
#define SUPPORTED_PROFILE_ID_2   PROFILE_ID_ZRC
#define SUPPORTED_PROFILE_ID_3   PROFILE_ID_ZRC
#define SUPPORTED_PROFILE_ID_4   PROFILE_ID_ZRC
#define SUPPORTED_PROFILE_ID_5   PROFILE_ID_ZRC
#define SUPPORTED_PROFILE_ID_6   PROFILE_ID_ZRC
#define TOTAL_NUMBER_OF_TIMERS   NUMBER_OF_APP_TIMERS

Defines the total number of timers used by the application and the layers below.

#define USER_STRING_AVAILABLE   true
#define WDT_TIMEOUT_PERIOD   WDT_TO_4S
#define WDT_WAKEUP_INTERVAL   WDT_TO_1S
#define WDT_WAKEUP_INTERVAL_US   (1000000) /* micro seconds */