Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMac.c356 static void OnRejoin1CycleTimerEvent( void* context );
3891 TimerInit( &MacCtx.Rejoin1CycleTimer, OnRejoin1CycleTimerEvent ); in LoRaMacInitialization()
5630 static void OnRejoin1CycleTimerEvent( void* context ) in OnRejoin1CycleTimerEvent() function