Home
last modified time | relevance | path

Searched refs:T0CSR (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/watchdog/
Dwdt_npcx.c101 inst->T0CSR = (inst->T0CSR & ~BIT(NPCX_T0CSR_WDRST_STS)) | in wdt_t0out_reload()
105 while (IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_RST)) { in wdt_t0out_reload()
108 if (IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_RST)) { in wdt_t0out_reload()
125 while (IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_WD_RUN)) { in wdt_wait_stopped()
128 if (IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_WD_RUN)) { in wdt_wait_stopped()
178 if (IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_WD_RUN)) { in wdt_npcx_install_timeout()
227 if (IS_BIT_SET(inst->T0CSR, NPCX_T0CSR_WD_RUN)) { in wdt_npcx_setup()
359 inst->T0CSR = (inst->T0CSR & ~BIT(NPCX_T0CSR_WDRST_STS)) | in wdt_npcx_init()
/Zephyr-latest/soc/nuvoton/npcx/common/
Dregisters.c60 NPCX_REG_OFFSET_CHECK(twd_reg, T0CSR, 0x006);
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h564 volatile uint8_t T0CSR; member