Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_xlnx_axi_timer.c72 uint32_t tlr0; in xlnx_axi_timer_set_cycles() local
106 tlr0 = period_cycles - 2; in xlnx_axi_timer_set_cycles()
108 if (tlr0 > config->cycles_max) { in xlnx_axi_timer_set_cycles()
109 LOG_ERR("tlr0 out of range (0x%08x > 0x%08x)", tlr0, in xlnx_axi_timer_set_cycles()
139 LOG_DBG("tlr0 = 0x%08x, tlr1 = 0x%08x", tlr0, tlr1); in xlnx_axi_timer_set_cycles()
146 xlnx_axi_timer_write32(dev, tlr0, TLR0_OFFSET); in xlnx_axi_timer_set_cycles()