#include "system.h"
#include "miwi_config.h"
#include "miwi_config_p2p.h"
#include "miwi_api.h"
#include "delay.h"
#include "demo_output.h"
#include "sio2host.h"
#include "asf.h"
Macros | |
#define | DEBOUNCE_TIME 0x00003FFF |
Functions | |
uint8_t | ButtonPressed (void) |
void | demo_output_freezer_options (void) |
void | DemoOutput_Channel (uint8_t channel, uint8_t Step) |
void | DemoOutput_ChannelError (uint8_t channel) |
void | DemoOutput_Greeting (void) |
void | DemoOutput_HandleMessage (void) |
void | DemoOutput_Instruction (void) |
void | DemoOutput_UnicastFail (void) |
void | DemoOutput_UpdateTxRx (uint8_t TxNum, uint8_t RxNum) |
void | Source_END_DEVICE_INFO (uint8_t *SrAddr) |
void | STAR_DEMO_OPTIONS_MESSAGE (bool NetworkRole) |
Variables | |
const uint8_t | DE [6][11] |
const uint8_t | MiWi [6][21] |
MIWI_TICK | PUSH_BUTTON_press_time |
bool | PUSH_BUTTON_pressed |
#define DEBOUNCE_TIME 0x00003FFF |
Referenced by ButtonPressed().
uint8_t ButtonPressed | ( | void | ) |
Referenced by freezer_feature(), run_p2p_demo(), and run_star_demo().
void demo_output_freezer_options | ( | void | ) |
Referenced by main().
void DemoOutput_Channel | ( | uint8_t | channel, |
uint8_t | Step | ||
) |
Referenced by Connection_Confirm(), and Initialize_Demo().
void DemoOutput_ChannelError | ( | uint8_t | channel | ) |
Referenced by Initialize_Demo().
void DemoOutput_Greeting | ( | void | ) |
Referenced by main().
void DemoOutput_HandleMessage | ( | void | ) |
Referenced by ReceivedDataIndication().
void DemoOutput_Instruction | ( | void | ) |
Referenced by Connection_Confirm(), dataConfcb(), Initialize_Demo(), and ReceivedDataIndication().
void DemoOutput_UnicastFail | ( | void | ) |
Referenced by run_p2p_demo().
void DemoOutput_UpdateTxRx | ( | uint8_t | TxNum, |
uint8_t | RxNum | ||
) |
Referenced by dataConfcb(), and ReceivedDataIndication().
void Source_END_DEVICE_INFO | ( | uint8_t * | SrAddr | ) |
Referenced by ReceivedDataIndication().
void STAR_DEMO_OPTIONS_MESSAGE | ( | bool | NetworkRole | ) |
References LCDDisplay().
Referenced by Connection_Confirm(), dataConfcb(), Initialize_Demo(), ReceivedDataIndication(), and run_star_demo().
const uint8_t DE[6][11] |
Referenced by run_p2p_demo().
const uint8_t MiWi[6][21] |
Referenced by run_p2p_demo(), and run_star_demo().
MIWI_TICK PUSH_BUTTON_press_time |
bool PUSH_BUTTON_pressed |
Referenced by ButtonPressed().