Home
last modified time | relevance | path

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

/loramac-node-latest/src/apps/LoRaMac/common/LmHandler/
DLmHandler.h124 uint8_t ( *GetBatteryLevel )( void ); member
DLmHandler.c256 LoRaMacCallbacks.GetBatteryLevel = LmHandlerCallbacks->GetBatteryLevel; in LmHandlerInit()
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL073/
Dmain.c197 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL152/
Dmain.c197 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NucleoL476/
Dmain.c197 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SAMR34/
Dmain.c197 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/
Dmain.c200 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/B-L072Z-LRWAN1/
Dmain.c207 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM880B/
Dmain.c197 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM881AXL/
Dmain.c197 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/
Dmain.c197 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SAMR34/
Dmain.c165 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NucleoL073/
Dmain.c185 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NucleoL152/
Dmain.c185 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NucleoL476/
Dmain.c185 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM880B/
Dmain.c175 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/NAMote72/
Dmain.c188 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM881AXL/
Dmain.c175 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/SKiM980A/
Dmain.c175 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/apps/LoRaMac/fuota-test-01/B-L072Z-LRWAN1/
Dmain.c195 .GetBatteryLevel = BoardGetBatteryLevel,
/loramac-node-latest/src/mac/
DLoRaMac.h2586 uint8_t ( *GetBatteryLevel )( void ); member
DLoRaMac.c2337 … if( ( MacCtx.MacCallbacks != NULL ) && ( MacCtx.MacCallbacks->GetBatteryLevel != NULL ) ) in ProcessMacCommands()
2339 batteryLevel = MacCtx.MacCallbacks->GetBatteryLevel( ); in ProcessMacCommands()