Searched +full:stm32 +full:- +full:pwm +full:- +full:lp (Results 1 – 5 of 5) 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 …]
2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com>4 * This file is dual-licensed: you can use it either under the terms43 #include "../armv7-m.dtsi"44 #include <dt-bindings/clock/stm32h7-clks.h>45 #include <dt-bindings/mfd/stm32h7-rcc.h>46 #include <dt-bindings/interrupt-controller/irq.h>49 #address-cells = <1>;50 #size-cells = <1>;53 clk_hse: clk-hse {54 #clock-cells = <0>;[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 menuconfig PWM config3 bool "Pulse-Width Modulation (PWM) Support"5 Generic Pulse-Width Modulation (PWM) support.7 In Pulse-Width Modulation, a variation of the width of pulses14 This framework provides a generic interface to PWM devices16 to register and unregister a PWM chip, an abstraction of a PWM17 controller, that supports one or more PWM devices. Client18 drivers can request PWM devices and use the generic framework21 This generic framework replaces the legacy PWM framework which[all …]
1 # SPDX-License-Identifier: GPL-2.02 obj-$(CONFIG_PWM) += core.o3 obj-$(CONFIG_PWM_AB8500) += pwm-ab8500.o4 obj-$(CONFIG_PWM_ADP5585) += pwm-adp5585.o5 obj-$(CONFIG_PWM_APPLE) += pwm-apple.o6 obj-$(CONFIG_PWM_ATMEL) += pwm-atmel.o7 obj-$(CONFIG_PWM_ATMEL_HLCDC_PWM) += pwm-atmel-hlcdc.o8 obj-$(CONFIG_PWM_ATMEL_TCB) += pwm-atmel-tcb.o9 obj-$(CONFIG_PWM_AXI_PWMGEN) += pwm-axi-pwmgen.o10 obj-$(CONFIG_PWM_BCM_IPROC) += pwm-bcm-iproc.o[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]