Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c325 uint32_t current_ll_channel; /* complementary output if used */ in pwm_stm32_set_cycles() local
368 current_ll_channel = negative_ll_channel; in pwm_stm32_set_cycles()
370 current_ll_channel = ll_channel; in pwm_stm32_set_cycles()
374 LL_TIM_CC_DisableChannel(cfg->timer, current_ll_channel); in pwm_stm32_set_cycles()
393 if (!LL_TIM_CC_IsEnabledChannel(cfg->timer, current_ll_channel)) { in pwm_stm32_set_cycles()
454 LL_TIM_OC_SetPolarity(cfg->timer, current_ll_channel, get_polarity(flags)); in pwm_stm32_set_cycles()