Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_npcx.c101 inst->T0CSR = (inst->T0CSR & ~BIT(NPCX_T0CSR_WDRST_STS)) | in wdt_t0out_reload()
359 inst->T0CSR = (inst->T0CSR & ~BIT(NPCX_T0CSR_WDRST_STS)) | in wdt_npcx_init()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h592 #define NPCX_T0CSR_WDRST_STS 4 macro