Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/SKiM881AXL/
Dboard.c203 #define POTI_MIN_LEVEL 10 macro
218 else if( vpoti <= POTI_MIN_LEVEL ) in BoardGetPotiLevel()
225 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()
/loramac-node-latest/src/boards/SKiM980A/
Dboard.c211 #define POTI_MIN_LEVEL 10 macro
226 else if( vpoti <= POTI_MIN_LEVEL ) in BoardGetPotiLevel()
233 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()
/loramac-node-latest/src/boards/SKiM880B/
Dboard.c211 #define POTI_MIN_LEVEL 10 macro
226 else if( vpoti <= POTI_MIN_LEVEL ) in BoardGetPotiLevel()
233 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()