AVR UC3 Bluetooth Cybercom Demo.
Copyright (c) 2011-2018 Microchip Technology Inc. and its subsidiaries.
#include <includes.h>
#include "board.h"
#include "power_clocks_lib.h"
#include "appEngine_t2bf_atmel.h"
#include "gui.h"
#include "controller.h"
#include "delay.h"
Functions | |
static int | app_engine (void) |
init function : do init and loop (poll if configured so) More... | |
static void | app_task (void *p_arg) |
int | main (void) |
Variables | |
OS_STK | AppTaskStk [APP_TASK_STK_SIZE] |
unsigned short | display |
|
static |
init function : do init and loop (poll if configured so)
References AppEngine_Left, AppEngineConnectButton(), AppEngineInit(), AppEngineInquiryButton(), AppEngineJoystickButton(), AppEngineSelectDeviceButton(), controller_connect(), controller_init(), controller_inquiry(), controller_select(), controller_send(), controller_task(), CPU_CLK_FREQ, display, gui_callback(), gui_init(), OSTimeDlyHMSM(), and PBA_CLK_FREQ.
Referenced by app_task().
|
static |
References app_engine(), BSP_Init(), OSStatInit(), and OSTimeDlyHMSM().
Referenced by main().
int main | ( | void | ) |
OS_STK AppTaskStk[APP_TASK_STK_SIZE] |
Referenced by main().
unsigned short display |
flag set when joystick display starts to signal main function to clear this display
Referenced by app_engine(), and gui_callback().