Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/meas/ms5837/
Dms5837.c164 data->comp_func(dev, adc_temperature, adc_pressure); in ms5837_sample_fetch()
356 data->comp_func = ms5837_compensate_02; in ms5837_init()
359 data->comp_func = ms5837_compensate_30; in ms5837_init()
363 data->comp_func = ms5837_compensate_30; in ms5837_init()
Dms5837.h79 ms5837_compensate_func comp_func; member