Searched refs:potiLevel (Results 1 – 3 of 3) sorted by relevance
207 uint8_t potiLevel = 0; in BoardGetPotiLevel() local216 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()
215 uint8_t potiLevel = 0; in BoardGetPotiLevel() local224 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()