Event handling functionalities to start Peer Search - Performance Analyzer application.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include "app_init.h"
#include "ieee_const.h"
#include "app_frame_format.h"
#include "sio2host.h"
#include "app_peer_search.h"
Macros | |
#define | CONFIG_ED_THRESHOLD (0x3a) |
Functions | |
static void | configure_pibs (void) |
Configure the TAL PIB's relevant to the Performance analyzer application. More... | |
void | wait_for_event_init (void *arg) |
Application task when the node is in the WAIT_FOR_EVENT state. More... | |
void | wait_for_event_rx_cb (frame_info_t *mac_frame_info) |
Callback that is called if data has been received by trx in WAIT_FOR_EVENT state. More... | |
void | wait_for_event_task (void) |
Application task handling user events like key press or character on UART. More... | |
#define CONFIG_ED_THRESHOLD (0x3a) |
Referenced by wait_for_event_rx_cb().