Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/soc/arm/nuvoton_npcx/npcx4/
Dsoc.h32 #define THEN(base) (*(volatile uint16_t *)(base + NPCX_THEN_OFFSET)) macro
/Zephyr-Core-3.6.0/drivers/adc/
Dadc_npcx.c172 THEN(config->base) |= BIT(th_sel); in adc_npcx_enable_threshold_detect()
179 THEN(config->base) &= ~BIT(th_sel); in adc_npcx_enable_threshold_detect()