Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_xlnx_axi_timer.c44 uint32_t cycles_max; member
108 if (tlr0 > config->cycles_max) { in xlnx_axi_timer_set_cycles()
110 config->cycles_max); in xlnx_axi_timer_set_cycles()
194 .cycles_max = \
/Zephyr-latest/drivers/timer/
Darm_arch_timer.c59 static uint64_t cycles_max; variable
60 #define CYCLES_MAX cycles_max
237 cycles_max = CYCLES_MAX_5; in sys_clock_driver_init()