Home
last modified time | relevance | path

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

/Zephyr-latest/soc/ene/kb1200/reg/
Dtacho.h26 #define TACHO_TIMEOUT_EVENT 0x02 macro
/Zephyr-latest/drivers/sensor/ene_tach_kb1200/
Dtach_ene_kb1200.c66 if (config->tacho->TACHOPF & TACHO_TIMEOUT_EVENT) { in tach_kb1200_sample_fetch()
68 config->tacho->TACHOPF = (TACHO_TIMEOUT_EVENT | TACHO_UPDATE_EVENT); in tach_kb1200_sample_fetch()