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.c168 static uint32_t __maybe_unused (*const is_capture_active[])(const TIM_TypeDef *) = { variable
170 static uint32_t __maybe_unused (*const is_capture_active[])(TIM_TypeDef *) = {
689 if (is_capture_active[cpt->channel - 1](cfg->timer) || in pwm_stm32_isr()
690 is_capture_active[complimentary_channel[cpt->channel] - 1](cfg->timer)) { in pwm_stm32_isr()
701 is_capture_active[cpt->channel - 1](cfg->timer)) { in pwm_stm32_isr()
716 is_capture_active[cpt->channel - 1](cfg->timer)) { in pwm_stm32_isr()