Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_stm32.c624 static int pwm_stm32_disable_capture(const struct device *dev, uint32_t channel) in pwm_stm32_disable_capture() function
739 pwm_stm32_disable_capture(dev, cpt->channel); in pwm_stm32_isr()
770 .disable_capture = pwm_stm32_disable_capture,