Searched refs:PMUD_BAT_INT_S (Results 1 – 2 of 2) sorted by relevance
101 uint32_t voltageCode = voltageMillivolts << PMUD_BAT_INT_S; in millivoltsToCode()350 voltage = (voltage + (1 << (PMUD_BAT_INT_S - 1))) >> PMUD_BAT_INT_S; in BatteryMonitor_getVoltage()
176 #define PMUD_BAT_INT_S 8U macro