Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/sensor/nuvoton_tach_npcx/
Dtach_nuvoton_npcx.c169 inst->TECLR = BIT(NPCX_TECLR_TCCLR); in tach_npcx_clear_underflow_flag()
171 inst->TECLR = BIT(NPCX_TECLR_TDCLR); in tach_npcx_clear_underflow_flag()
201 inst->TECLR = BIT(NPCX_TECLR_TACLR); in tach_npcx_clear_captured_flag()
203 inst->TECLR = BIT(NPCX_TECLR_TBCLR); in tach_npcx_clear_captured_flag()
/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/
Dregisters.c145 NPCX_REG_OFFSET_CHECK(tach_reg, TECLR, 0x010);
/Zephyr-Core-2.7.6/soc/arm/nuvoton_npcx/common/reg/
Dreg_def.h1291 volatile uint8_t TECLR; member