Searched refs:TECTRL (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_tach_npcx/ |
D | tach_nuvoton_npcx.c | 146 IS_BIT_SET(inst->TECTRL, NPCX_TECTRL_TCPND), in tach_npcx_is_underflow() 147 IS_BIT_SET(inst->TECTRL, NPCX_TECTRL_TDPND)); in tach_npcx_is_underflow() 154 return IS_BIT_SET(inst->TECTRL, NPCX_TECTRL_TCPND); in tach_npcx_is_underflow() 156 return IS_BIT_SET(inst->TECTRL, NPCX_TECTRL_TDPND); in tach_npcx_is_underflow() 178 IS_BIT_SET(inst->TECTRL, NPCX_TECTRL_TAPND), in tach_npcx_is_captured() 179 IS_BIT_SET(inst->TECTRL, NPCX_TECTRL_TBPND)); in tach_npcx_is_captured() 186 return IS_BIT_SET(inst->TECTRL, NPCX_TECTRL_TAPND); in tach_npcx_is_captured() 188 return IS_BIT_SET(inst->TECTRL, NPCX_TECTRL_TBPND); in tach_npcx_is_captured()
|
/Zephyr-latest/soc/nuvoton/npcx/common/reg/ |
D | reg_def.h | 1336 volatile uint8_t TECTRL; member
|