Home
last modified time | relevance | path

Searched full:stm32_pwm_complementary (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/pwm/
Dstm32_pwm.h19 #define STM32_PWM_COMPLEMENTARY (1U << 8) macro
21 * @deprecated Use the PWM complementary `STM32_PWM_COMPLEMENTARY` flag instead.
/Zephyr-Core-3.5.0/dts/bindings/pwm/
Dst,stm32-pwm.yaml29 or specific flags like STM32_PWM_COMPLEMENTARY. As an example,
32 <&pwm1 2 100 (PWM_POLARITY_NORMAL | STM32_PWM_COMPLEMENTARY)>;
/Zephyr-Core-3.5.0/boards/arm/nucleo_l4r5zi/
Dnucleo_l4r5zi.dts58 STM32_PWM_COMPLEMENTARY)>;
/Zephyr-Core-3.5.0/drivers/pwm/
Dpwm_stm32.c361 if ((flags & STM32_PWM_COMPLEMENTARY_MASK) == STM32_PWM_COMPLEMENTARY) { in pwm_stm32_set_cycles()
400 /* the flags holds the STM32_PWM_COMPLEMENTARY information */ in pwm_stm32_set_cycles()
401 if ((flags & STM32_PWM_COMPLEMENTARY_MASK) == STM32_PWM_COMPLEMENTARY) { in pwm_stm32_set_cycles()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.3.rst267 * `PWM_STM32_COMPLEMENTARY` deprecated in favor of `STM32_PWM_COMPLEMENTARY`.