Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_tach_npcx/
Dtach_nuvoton_npcx.c166 inst->TECLR = BIT(NPCX_TECLR_TCCLR); in tach_npcx_clear_underflow_flag()
168 inst->TECLR = BIT(NPCX_TECLR_TDCLR); in tach_npcx_clear_underflow_flag()
198 inst->TECLR = BIT(NPCX_TECLR_TACLR); in tach_npcx_clear_captured_flag()
200 inst->TECLR = BIT(NPCX_TECLR_TBCLR); in tach_npcx_clear_captured_flag()
/Zephyr-latest/soc/nuvoton/npcx/common/
Dregisters.c144 NPCX_REG_OFFSET_CHECK(tach_reg, TECLR, 0x010);
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1339 volatile uint8_t TECLR; member