Home
last modified time | relevance | path

Searched refs:TimerEvent_t (Results 1 – 25 of 37) sorted by relevance

12

/loramac-node-3.6.0-3.5.0/src/system/
Dtimer.c47 static TimerEvent_t *TimerListHead = NULL;
58 static void TimerInsertNewHeadTimer( TimerEvent_t *obj );
69 static void TimerInsertTimer( TimerEvent_t *obj );
76 static void TimerSetTimeout( TimerEvent_t *obj );
84 static bool TimerExists( TimerEvent_t *obj );
86 void TimerInit( TimerEvent_t *obj, void ( *callback )( void *context ) ) in TimerInit()
97 void TimerSetContext( TimerEvent_t *obj, void* context ) in TimerSetContext()
102 void TimerStart( TimerEvent_t *obj ) in TimerStart()
141 static void TimerInsertTimer( TimerEvent_t *obj ) in TimerInsertTimer()
143 TimerEvent_t* cur = TimerListHead; in TimerInsertTimer()
[all …]
Dtimer.h47 }TimerEvent_t; typedef
66 void TimerInit( TimerEvent_t *obj, void ( *callback )( void *context ) );
74 void TimerSetContext( TimerEvent_t *obj, void* context );
86 void TimerStart( TimerEvent_t *obj );
96 bool TimerIsStarted( TimerEvent_t *obj );
103 void TimerStop( TimerEvent_t *obj );
110 void TimerReset( TimerEvent_t *obj );
118 void TimerSetValue( TimerEvent_t *obj, uint32_t value );
/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/NAMote72/
Dmain.c70 static TimerEvent_t Led1Timer;
73 static TimerEvent_t Led2Timer;
76 static TimerEvent_t Led3Timer;
/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/SKiM880B/
Dmain.c69 static TimerEvent_t Led4Timer;
72 static TimerEvent_t Led2Timer;
75 static TimerEvent_t Led3Timer;
/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/SKiM881AXL/
Dmain.c69 static TimerEvent_t Led4Timer;
72 static TimerEvent_t Led2Timer;
75 static TimerEvent_t Led3Timer;
/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/SKiM980A/
Dmain.c69 static TimerEvent_t Led4Timer;
72 static TimerEvent_t Led2Timer;
75 static TimerEvent_t Led3Timer;
/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/B-L072Z-LRWAN1/
Dmain.c85 static TimerEvent_t Led1Timer;
88 static TimerEvent_t Led2Timer;
91 static TimerEvent_t Led3Timer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/
Dmain.c135 static TimerEvent_t TxTimer;
140 static TimerEvent_t Led1Timer;
145 static TimerEvent_t Led2Timer;
150 static TimerEvent_t Led3Timer;
155 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/
Dmain.c135 static TimerEvent_t TxTimer;
140 static TimerEvent_t Led1Timer;
145 static TimerEvent_t Led2Timer;
150 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/
Dmain.c135 static TimerEvent_t TxTimer;
140 static TimerEvent_t Led1Timer;
145 static TimerEvent_t Led2Timer;
150 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/
Dmain.c135 static TimerEvent_t TxTimer;
140 static TimerEvent_t Led1Timer;
145 static TimerEvent_t Led2Timer;
150 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SAMR34/
Dmain.c135 static TimerEvent_t TxTimer;
140 static TimerEvent_t Led1Timer;
145 static TimerEvent_t Led2Timer;
150 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/
Dmain.c138 static TimerEvent_t TxTimer;
143 static TimerEvent_t Led1Timer;
148 static TimerEvent_t Led2Timer;
153 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/
Dmain.c135 static TimerEvent_t TxTimer;
140 static TimerEvent_t Led4Timer;
145 static TimerEvent_t Led2Timer;
150 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM881AXL/
Dmain.c135 static TimerEvent_t TxTimer;
140 static TimerEvent_t Led4Timer;
145 static TimerEvent_t Led2Timer;
150 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/
Dmain.c135 static TimerEvent_t TxTimer;
140 static TimerEvent_t Led4Timer;
145 static TimerEvent_t Led2Timer;
150 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/B-L072Z-LRWAN1/
Dmain.c114 static TimerEvent_t TxTimer;
119 static TimerEvent_t Led1Timer;
124 static TimerEvent_t Led2Timer;
129 static TimerEvent_t Led3Timer;
134 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/NucleoL073/
Dmain.c85 static TimerEvent_t Led1Timer;
88 static TimerEvent_t Led2Timer;
/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/NucleoL152/
Dmain.c85 static TimerEvent_t Led1Timer;
88 static TimerEvent_t Led2Timer;
/loramac-node-3.6.0-3.5.0/src/apps/tx-cw/NucleoL476/
Dmain.c85 static TimerEvent_t Led1Timer;
88 static TimerEvent_t Led2Timer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/NAMote72/
Dmain.c117 static TimerEvent_t TxTimer;
122 static TimerEvent_t Led1Timer;
127 static TimerEvent_t Led2Timer;
132 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/NucleoL073/
Dmain.c114 static TimerEvent_t TxTimer;
119 static TimerEvent_t Led1Timer;
124 static TimerEvent_t Led2Timer;
129 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/NucleoL152/
Dmain.c114 static TimerEvent_t TxTimer;
119 static TimerEvent_t Led1Timer;
124 static TimerEvent_t Led2Timer;
129 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/NucleoL476/
Dmain.c114 static TimerEvent_t TxTimer;
119 static TimerEvent_t Led1Timer;
124 static TimerEvent_t Led2Timer;
129 static TimerEvent_t LedBeaconTimer;
/loramac-node-3.6.0-3.5.0/src/apps/LoRaMac/fuota-test-01/SKiM880B/
Dmain.c114 static TimerEvent_t TxTimer;
119 static TimerEvent_t Led4Timer;
124 static TimerEvent_t Led2Timer;

12