Home
last modified time | relevance | path

Searched refs:g_RadioCallback (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/solutions/lora_p2p_demo/
A Ddemo.c33 static RadioEvents_t g_RadioCallback; variable
58 g_RadioCallback.TxDone = OnTxDone; in application_start()
59 g_RadioCallback.RxDone = OnRxDone; in application_start()
60 Radio.Init( &g_RadioCallback ); in application_start()

Completed in 4 milliseconds