Searched refs:four_channel_capture_support (Results 1 – 1 of 1) sorted by relevance
97 const bool four_channel_capture_support; member518 if (!cfg->four_channel_capture_support) { in pwm_stm32_configure_capture()541 if (!cfg->four_channel_capture_support && !IS_TIM_SLAVE_INSTANCE(cfg->timer)) { in pwm_stm32_configure_capture()561 if (!cfg->four_channel_capture_support) { in pwm_stm32_configure_capture()587 if (!cfg->four_channel_capture_support) { in pwm_stm32_enable_capture()612 data->capture.skip_irq = cfg->four_channel_capture_support ? 0 : SKIPPED_PWM_CAPTURES; in pwm_stm32_enable_capture()634 if (!cfg->four_channel_capture_support) { in pwm_stm32_disable_capture()685 if (cfg->four_channel_capture_support && in pwm_stm32_isr()694 if (!cfg->four_channel_capture_support) { in pwm_stm32_isr()877 .four_channel_capture_support = DT_INST_PROP(index, four_channel_capture_support)