These are application-specific resources which are used in the example application of the coordinator in addition to the underlaying stack.
#include "stack_config.h"
#include "tal_timer_config.h"
#include "mac_config.h"
#include "node_config.h"
#include "rf4ce.h"
#include "zid.h"
#include "common_nvm.h"
#include "conf_nvm.h"
Functions | |
void | main_kbd_disable (void) |
bool | main_kbd_enable (void) |
void | main_mouse_disable (void) |
bool | main_mouse_enable (void) |
void | main_remotewakeup_disable (void) |
void | main_remotewakeup_enable (void) |
void | main_resume_action (void) |
void | main_sof_action (void) |
void | main_suspend_action (void) |
#define APP_CAPABILITIES |
Referenced by nlme_start_confirm().
#define APP_USER_STRING |
#define NUM_SUPPORTED_DEV_TYPES (1) |
#define NUM_SUPPORTED_PROFILES (1) |
#define NUMBER_OF_APP_TIMERS (1) |
#define NUMBER_OF_LARGE_APP_BUFS (0) |
Defines the number of additional large buffers used by the application.
#define NUMBER_OF_SMALL_APP_BUFS (0) |
Defines the number of additional small buffers used by the application.
#define SUPPORTED_DEV_TYPE_0 DEV_TYPE_TELEVISION |
Referenced by nlme_start_confirm().
#define SUPPORTED_DEV_TYPE_1 DEV_TYPE_TELEVISION |
#define SUPPORTED_DEV_TYPE_2 DEV_TYPE_TELEVISION |
#define SUPPORTED_PROFILE_ID_0 PROFILE_ID_ZID |
Referenced by nlme_start_confirm().
#define SUPPORTED_PROFILE_ID_1 PROFILE_ID_ZID |
#define SUPPORTED_PROFILE_ID_2 PROFILE_ID_ZID |
#define SUPPORTED_PROFILE_ID_3 PROFILE_ID_ZID |
#define SUPPORTED_PROFILE_ID_4 PROFILE_ID_ZID |
#define SUPPORTED_PROFILE_ID_5 PROFILE_ID_ZID |
#define SUPPORTED_PROFILE_ID_6 PROFILE_ID_ZID |
#define TOTAL_NUMBER_OF_BUFS |
#define TOTAL_NUMBER_OF_LARGE_BUFS |
Defines the total number of large buffers used by the application and the layers below.
Referenced by bmm_buffer_init().
#define TOTAL_NUMBER_OF_SMALL_BUFS |
Defines the total number of small buffers used by the application and the layers below.
Referenced by bmm_buffer_init().
#define TOTAL_NUMBER_OF_TIMERS (NUMBER_OF_APP_TIMERS + TOTAL_STACK_TIMERS) |
#define USER_STRING_AVAILABLE true |
void main_kbd_disable | ( | void | ) |
References main_b_kbd_enable.
bool main_kbd_enable | ( | void | ) |
References main_b_kbd_enable.
void main_mouse_disable | ( | void | ) |
References main_b_mouse_enable.
bool main_mouse_enable | ( | void | ) |
References main_b_mouse_enable.
void main_remotewakeup_disable | ( | void | ) |
void main_remotewakeup_enable | ( | void | ) |
void main_resume_action | ( | void | ) |
void main_sof_action | ( | void | ) |
void main_suspend_action | ( | void | ) |