Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/adc/
Dadc_npcx.c250 (NPCX_THRCTS_THR1_IEN + i))) { in adc_npcx_isr()
651 thrcts |= BIT(NPCX_THRCTS_THR1_IEN + th_sel); in adc_npcx_threshold_enable_irq()
689 thrcts &= ~BIT(NPCX_THRCTS_THR1_IEN + th_sel); in adc_npcx_threshold_disable_irq()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h543 #define NPCX_THRCTS_THR1_IEN 8 macro