Home
last modified time | relevance | path

Searched refs:coulomb_counter (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sensor/maxim/max17262/
Dmax17262.c160 data->coulomb_counter = 0xffff - data->coulomb_counter; in max17262_channel_get()
161 valp->val1 = data->coulomb_counter / 2; in max17262_channel_get()
162 valp->val2 = data->coulomb_counter % 2 * 10 / 2; in max17262_channel_get()
198 { COULOMB_COUNTER, &data->coulomb_counter }, in max17262_sample_fetch()
Dmax17262.h74 uint16_t coulomb_counter; member