Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/SKiM881AXL/
Dboard.c207 uint8_t potiLevel = 0; in BoardGetPotiLevel() local
216 potiLevel = 100; in BoardGetPotiLevel()
220 potiLevel = 0; in BoardGetPotiLevel()
225 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()
227 return potiLevel; in BoardGetPotiLevel()
/loramac-node-latest/src/boards/SKiM980A/
Dboard.c215 uint8_t potiLevel = 0; in BoardGetPotiLevel() local
224 potiLevel = 100; in BoardGetPotiLevel()
228 potiLevel = 0; in BoardGetPotiLevel()
233 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()
235 return potiLevel; in BoardGetPotiLevel()
/loramac-node-latest/src/boards/SKiM880B/
Dboard.c215 uint8_t potiLevel = 0; in BoardGetPotiLevel() local
224 potiLevel = 100; in BoardGetPotiLevel()
228 potiLevel = 0; in BoardGetPotiLevel()
233 potiLevel = ( ( vpoti - POTI_MIN_LEVEL ) * 100 ) / POTI_MAX_LEVEL; in BoardGetPotiLevel()
235 return potiLevel; in BoardGetPotiLevel()