Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c97 const bool four_channel_capture_support; member
512 if (!cfg->four_channel_capture_support) { in pwm_stm32_configure_capture()
535 if (!cfg->four_channel_capture_support && !IS_TIM_SLAVE_INSTANCE(cfg->timer)) { in pwm_stm32_configure_capture()
555 if (!cfg->four_channel_capture_support) { in pwm_stm32_configure_capture()
581 if (!cfg->four_channel_capture_support) { in pwm_stm32_enable_capture()
606 data->capture.skip_irq = cfg->four_channel_capture_support ? 0 : SKIPPED_PWM_CAPTURES; in pwm_stm32_enable_capture()
628 if (!cfg->four_channel_capture_support) { in pwm_stm32_disable_capture()
679 if (cfg->four_channel_capture_support && in pwm_stm32_isr()
688 if (!cfg->four_channel_capture_support) { in pwm_stm32_isr()
871 .four_channel_capture_support = DT_INST_PROP(index, four_channel_capture_support)