Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c444 LL_TIM_SetAutoReload(cfg->timer, period_cycles); in pwm_stm32_set_cycles()
450 LL_TIM_SetAutoReload(cfg->timer, period_cycles); in pwm_stm32_set_cycles()
566 LL_TIM_SetAutoReload(cfg->timer, 0xffffu); in pwm_stm32_configure_capture()
568 LL_TIM_SetAutoReload(cfg->timer, 0xffffffffu); in pwm_stm32_configure_capture()
/Zephyr-latest/drivers/sensor/st/qdec_stm32/
Dqdec_stm32.c127 LL_TIM_SetAutoReload(dev_cfg->timer_inst, max_counter_value); in qdec_stm32_initialize()
/Zephyr-latest/drivers/counter/
Dcounter_ll_stm32_timer.c314 LL_TIM_SetAutoReload(timer, cfg->ticks); in counter_stm32_set_top_value()