Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/watchdog/
Dwdt_npcx.c99 BIT(NPCX_T0CSR_RST); in wdt_t0out_reload()
102 while (IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_RST)) { in wdt_t0out_reload()
105 if (IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_RST)) { in wdt_t0out_reload()
/Zephyr-Core-3.6.0/soc/arm/nuvoton_npcx/common/reg/
Dreg_def.h551 #define NPCX_T0CSR_RST 0 macro