#include "app_init.h"
#include "ieee_const.h"
#include "app_frame_format.h"
#include "sio2host.h"
#include "sio2ncp.h"
#include "user_interface.h"
#include "app_peer_search.h"
Macros | |
#define | CONFIG_ED_THRESHOLD_RF09 (0x3a) |
#define | CONFIG_ED_THRESHOLD_RF24 (0x1f) |
Functions | |
static void | configure_pibs (trx_id_t trx) |
Configure the TAL PIB's relevant to the Performance analyzer application. More... | |
void | wait_for_event_init (trx_id_t trx, void *arg) |
Application task when the node is in the WAIT_FOR_EVENT state. More... | |
void | wait_for_event_rx_cb (trx_id_t trx, 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 (trx_id_t trx) |
Application task handling user events like key press or character on UART. More... | |
#define CONFIG_ED_THRESHOLD_RF09 (0x3a) |
Referenced by wait_for_event_rx_cb().
#define CONFIG_ED_THRESHOLD_RF24 (0x1f) |
Referenced by wait_for_event_rx_cb().