Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c171 static uint32_t __maybe_unused (*const is_capture_active[])(const TIM_TypeDef *) = { variable
173 static uint32_t __maybe_unused (*const is_capture_active[])(TIM_TypeDef *) = {
695 if (is_capture_active[cpt->channel - 1](cfg->timer) || in pwm_stm32_isr()
696 is_capture_active[complimentary_channel[cpt->channel] - 1](cfg->timer)) { in pwm_stm32_isr()
707 is_capture_active[cpt->channel - 1](cfg->timer)) { in pwm_stm32_isr()
722 is_capture_active[cpt->channel - 1](cfg->timer)) { in pwm_stm32_isr()