Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ene_tach_kb1200/
Dtach_ene_kb1200.c34 uint8_t sample_us = 0; in tach_kb1200_configure() local
39 sample_us = TACHO_MONITOR_CLK_2US; in tach_kb1200_configure()
42 sample_us = TACHO_MONITOR_CLK_8US; in tach_kb1200_configure()
45 sample_us = TACHO_MONITOR_CLK_16US; in tach_kb1200_configure()
48 sample_us = TACHO_MONITOR_CLK_64US; in tach_kb1200_configure()
53 config->tacho->TACHOCFG = (sample_us << 4) | TACHO_FUNCTION_ENABLE; in tach_kb1200_configure()