Searched +full:stm32 +full:- +full:pwm (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mfd/st,stm32-lptimer.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics STM32 Low-Power Timers10 The STM32 Low-Power Timer (LPTIM) is a 16-bit timer that provides several12 - PWM output (with programmable prescaler, configurable polarity)13 - Trigger source for STM32 ADC/DAC (LPTIM_OUT)14 - Several counter modes:15 - quadrature encoder to detect angular position and direction of rotary[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mfd/st,stm32-timers.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics STM32 Timers10 This hardware block provides 3 types of timer along with PWM functionality:11 - advanced-control timers consist of a 16-bit auto-reload counter driven12 by a programmable prescaler, break input feature, PWM outputs and13 complementary PWM outputs channels.14 - general-purpose timers consist of a 16-bit or 32-bit auto-reload counter[all …]
5 The STM32 ADC can be configured to use external trigger sources6 (e.g. timers, pwm or exti gpio). Then, it can be tuned to start9 - "rising-edge"10 - "falling-edge"11 - "both-edges".