Home
last modified time | relevance | path

Searched refs:remaining_charge_capacity (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/sensor/bq274xx/src/
Dmain.c31 full_charge_capacity, remaining_charge_capacity, avg_power, in do_main() local
179 &remaining_charge_capacity); in do_main()
186 remaining_charge_capacity.val1, in do_main()
187 remaining_charge_capacity.val2); in do_main()
/Zephyr-latest/drivers/sensor/sbs_gauge/
Dsbs_gauge.h68 uint16_t remaining_charge_capacity; member
Dsbs_gauge.c81 val->val1 = data->remaining_charge_capacity; in sbs_gauge_channel_get()
182 &data->remaining_charge_capacity); in sbs_gauge_sample_fetch()
/Zephyr-latest/drivers/sensor/ti/bq274xx/
Dbq274xx.h99 uint16_t remaining_charge_capacity; member
Dbq274xx.c560 val->val1 = data->remaining_charge_capacity; in bq274xx_channel_get()
663 &data->remaining_charge_capacity); in bq274xx_sample_fetch()