Lines Matching full:t0
14 * clocks and interrupts (T0 Timer) used for its callback functions in the
19 * LFCLK --->| T0 Prescale Counter |-+->| 16-Bit T0 Timer |--------> T0 Timer
73 /* t0 timer wake-up input source configuration */
100 /* Reload and restart T0 timer */ in wdt_t0out_reload()
109 LOG_ERR("Timeout: reload T0 timer!"); in wdt_t0out_reload()
163 * Configure the T0 wake-up event triggered from a rising edge in wdt_config_t0out_interrupt()
219 /* Disable irq of t0-out expired event first */ in wdt_npcx_setup()
245 * One clock period of T0 timer is 32/32.768 KHz = 0.976 ms. in wdt_npcx_setup()
272 /* Reload and restart T0 timer */ in wdt_npcx_setup()
275 /* Configure t0 timer interrupt and its isr. */ in wdt_npcx_setup()
278 /* Enable irq of t0-out expired event */ in wdt_npcx_setup()
308 /* Disable irq of t0-out expired event and mark it uninstalled */ in wdt_npcx_disable()
326 /* Reload and restart T0 timer */ in wdt_npcx_feed()
362 * Plan clock frequency of T0 timer and watchdog timer as below: in wdt_npcx_init()
363 * - T0 Timer freq is LFCLK/32 Hz in wdt_npcx_init()
367 inst->TWCP = 0x05; /* Prescaler is 32 in T0 Timer */ in wdt_npcx_init()