Searched refs:GetBatteryLevel (Results 1 – 22 of 22) sorted by relevance
/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/ |
D | LmHandler.h | 124 uint8_t ( *GetBatteryLevel )( void ); member
|
D | LmHandler.c | 256 LoRaMacCallbacks.GetBatteryLevel = LmHandlerCallbacks->GetBatteryLevel; in LmHandlerInit()
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/ |
D | main.c | 197 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/ |
D | main.c | 197 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/ |
D | main.c | 197 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SAMR34/ |
D | main.c | 197 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/ |
D | main.c | 200 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/ |
D | main.c | 207 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/ |
D | main.c | 197 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM881AXL/ |
D | main.c | 197 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/ |
D | main.c | 197 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SAMR34/ |
D | main.c | 165 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NucleoL073/ |
D | main.c | 185 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NucleoL152/ |
D | main.c | 185 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NucleoL476/ |
D | main.c | 185 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM880B/ |
D | main.c | 175 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NAMote72/ |
D | main.c | 188 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM881AXL/ |
D | main.c | 175 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM980A/ |
D | main.c | 175 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/B-L072Z-LRWAN1/ |
D | main.c | 195 .GetBatteryLevel = BoardGetBatteryLevel,
|
/loramac-node-latest/src/mac/ |
D | LoRaMac.h | 2586 uint8_t ( *GetBatteryLevel )( void ); member
|
D | LoRaMac.c | 2337 … if( ( MacCtx.MacCallbacks != NULL ) && ( MacCtx.MacCallbacks->GetBatteryLevel != NULL ) ) in ProcessMacCommands() 2339 batteryLevel = MacCtx.MacCallbacks->GetBatteryLevel( ); in ProcessMacCommands()
|