Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/maxim/max31790/
Dmax31790_fan_speed.c26 uint16_t tach_count; in max31790_fan_speed_sample_fetch() local
37 &tach_count, sizeof(tach_count)); in max31790_fan_speed_sample_fetch()
38 tach_count = sys_be16_to_cpu(tach_count); in max31790_fan_speed_sample_fetch()
49 tach_count = tach_count >> 5; in max31790_fan_speed_sample_fetch()
80 if (tach_count == 0) { in max31790_fan_speed_sample_fetch()
85 number_tach_periods_counted, tach_count); in max31790_fan_speed_sample_fetch()
87 (tach_count * TACH_COUNTS_PER_REVOLUTION); in max31790_fan_speed_sample_fetch()