Home
last modified time | relevance | path

Searched refs:state_of_health (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/sensor/bq274xx/src/
Dmain.c32 int_temp, current_standby, current_max_load, state_of_health; in do_main() local
128 &state_of_health); in do_main()
134 printk("State of health: %d%%\n", state_of_health.val1); in do_main()
/Zephyr-latest/drivers/sensor/ti/bq274xx/
Dbq274xx.h96 int16_t state_of_health; member
Dbq274xx.c550 val->val1 = data->state_of_health; in bq274xx_channel_get()
699 &data->state_of_health); in bq274xx_sample_fetch()
701 data->state_of_health = (data->state_of_health) & 0x00FF; in bq274xx_sample_fetch()