Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/pwm/
Dpwm_stm32.c323 uint32_t current_ll_channel; /* complementary output if used */ in pwm_stm32_set_cycles() local
365 current_ll_channel = negative_ll_channel; in pwm_stm32_set_cycles()
367 current_ll_channel = ll_channel; in pwm_stm32_set_cycles()
371 LL_TIM_CC_DisableChannel(cfg->timer, current_ll_channel); in pwm_stm32_set_cycles()
390 if (!LL_TIM_CC_IsEnabledChannel(cfg->timer, current_ll_channel)) { in pwm_stm32_set_cycles()
451 LL_TIM_OC_SetPolarity(cfg->timer, current_ll_channel, get_polarity(flags)); in pwm_stm32_set_cycles()