Searched defs:bq274xx_data (Results 1 – 1 of 1) sorted by relevance
87 struct bq274xx_data { struct88 const struct bq274xx_regs *regs;89 bool configured;90 uint16_t voltage;91 int16_t avg_current;92 int16_t stdby_current;93 int16_t max_load_current;94 int16_t avg_power;95 uint16_t state_of_charge;96 int16_t state_of_health;[all …]