Home
last modified time | relevance | path

Searched defs:timers (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/soc/microchip/mec/mec172x/
Ddevice_power.h66 uint32_t timers[NUM_DS_TIMER_ENTRIES]; member
/Zephyr-Core-3.7.0/tests/kernel/timer/timer_behavior/src/
Dtick_timer_train.c27 struct timer_wrapper timers[TIMERS]; variable
/Zephyr-Core-3.7.0/soc/microchip/mec/mec15xx/
Ddevice_power.c147 static uint32_t timers[NUM_DS_TIMER_ENTRIES]; variable
/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dport.h57 } timers; member
/Zephyr-Core-3.7.0/drivers/counter/
Dcounter_mcux_qtmr.c83 static void mcux_qtmr_isr(const struct device *timers[]) in mcux_qtmr_isr()