Searched refs:RT5033_FUEL_BAT_PRESENT (Results 1 – 2 of 2) sorted by relevance
247 #define RT5033_FUEL_BAT_PRESENT 0x02 macro
32 return (val & RT5033_FUEL_BAT_PRESENT) ? true : false; in rt5033_battery_get_present()