Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/SKiM881AXL/
Dboard.c202 #define POTI_MAX_LEVEL 900 macro
214 if( vpoti >= POTI_MAX_LEVEL ) in BoardGetPotiLevel()
225 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()
/loramac-node-latest/src/boards/SKiM980A/
Dboard.c210 #define POTI_MAX_LEVEL 900 macro
222 if( vpoti >= POTI_MAX_LEVEL ) in BoardGetPotiLevel()
233 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()
/loramac-node-latest/src/boards/SKiM880B/
Dboard.c210 #define POTI_MAX_LEVEL 900 macro
222 if( vpoti >= POTI_MAX_LEVEL ) in BoardGetPotiLevel()
233 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()