Searched +full:stm32 +full:- +full:lptimer +full:- +full:trigger (Results 1 – 7 of 7) 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.03 * STM32 Low-Power Timer Trigger driver9 * Inspired by Benjamin Gaignard's stm32-timer-trigger driver13 #include <linux/iio/timer/stm32-lptim-trigger.h>14 #include <linux/mfd/stm32-lptimer.h>28 /* List Low-Power Timer triggers for H7, MP13, MP15 */35 /* List Low-Power Timer triggers for STM32MP25 */62 if (indio_dev->modes & INDIO_HARDWARE_TRIGGERED) in stm32_lptim_validate_device()65 return -EINVAL; in stm32_lptim_validate_device()74 * @trig: trigger to be checked[all …]
1 # SPDX-License-Identifier: GPL-2.0-only7 menu "Triggers - standalone"10 tristate "High resolution timer trigger"13 Provides a frequency based IIO trigger using high resolution17 module will be called iio-trig-hrtimer.20 tristate "Generic interrupt trigger"23 trigger. This may be provided by a gpio driver for example.26 module will be called iio-trig-interrupt.29 tristate "STM32 Low-Power Timer Trigger"32 Select this option to enable STM32 Low-Power Timer Trigger.[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for triggers not associated with iio-devices8 obj-$(CONFIG_IIO_HRTIMER_TRIGGER) += iio-trig-hrtimer.o9 obj-$(CONFIG_IIO_INTERRUPT_TRIGGER) += iio-trig-interrupt.o10 obj-$(CONFIG_IIO_STM32_LPTIMER_TRIGGER) += stm32-lptimer-trigger.o11 obj-$(CONFIG_IIO_STM32_TIMER_TRIGGER) += stm32-timer-trigger.o12 obj-$(CONFIG_IIO_SYSFS_TRIGGER) += iio-trig-sysfs.o13 obj-$(CONFIG_IIO_TIGHTLOOP_TRIGGER) += iio-trig-loop.o
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 …]
2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com>4 * This file is dual-licensed: you can use it either under the terms43 #include "../armv7-m.dtsi"44 #include <dt-bindings/clock/stm32fx-clock.h>45 #include <dt-bindings/mfd/stm32f7-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 …]
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 …]