Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_xlnx_axi_timer.c73 uint32_t tlr1; in xlnx_axi_timer_set_cycles() local
128 tlr1 = period_cycles - pulse_cycles - 2; in xlnx_axi_timer_set_cycles()
136 tlr1 = pulse_cycles - 2; in xlnx_axi_timer_set_cycles()
139 LOG_DBG("tlr0 = 0x%08x, tlr1 = 0x%08x", tlr0, tlr1); in xlnx_axi_timer_set_cycles()
150 xlnx_axi_timer_write32(dev, tlr1, TLR1_OFFSET); in xlnx_axi_timer_set_cycles()