Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c326 uint32_t negative_ll_channel; in pwm_stm32_set_cycles() local
354 negative_ll_channel = ch2ll_n[channel - 1u]; in pwm_stm32_set_cycles()
356 negative_ll_channel = 0; in pwm_stm32_set_cycles()
363 if (!negative_ll_channel) { in pwm_stm32_set_cycles()
368 current_ll_channel = negative_ll_channel; in pwm_stm32_set_cycles()
416 if (negative_ll_channel) { in pwm_stm32_set_cycles()
418 LL_TIM_CC_IsEnabledChannel(cfg->timer, negative_ll_channel) in pwm_stm32_set_cycles()
422 LL_TIM_OC_GetPolarity(cfg->timer, negative_ll_channel); in pwm_stm32_set_cycles()