Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Target Application Related API's

Functions

static void app_task (void)
 Application task. More...
 
static void led_handling (void *callback_parameter)
 Application Task related APIs. More...
 

static void app_task ( void  )
static

Application task.

To start NLME Reset procedure when application starts up

To send out QTouch Studio commands over air to Touch Remote

References ALL_IN_ONE_START, ch_ag_enabled, IDLE, nlme_reset_request(), node_status, NWKC_VENDOR_IDENTIFIER, PROFILE_ID_VENDOR_DATA, Receive_Message(), RF4CE_RX_Buffer, target_auto_start, TXO_ACK_REQ, TXO_CH_NOT_SPEC, TXO_DST_ADDR_IEEE, TXO_MULTI_CH, TXO_SEC_REQ, TXO_UNICAST, TXO_VEND_SPEC, and vendor_data_request().

Referenced by main().

static void led_handling ( void *  callback_parameter)
static