Searched +full:stm32 +full:- +full:dac (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/devicetree/bindings/iio/dac/ |
| H A D | st,stm32-dac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/dac/st,stm32-dac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32 DAC 10 The STM32 DAC is a 12-bit voltage output digital-to-analog converter. The DAC 11 may be configured in 8 or 12-bit mode. It has two output channels, each with 13 It has built-in noise and triangle waveform generator and supports external 14 triggers for conversions. The DAC's output buffer allows a high drive output 18 - Fabrice Gasnier <fabrice.gasnier@foss.st.com> [all …]
|
| /linux/drivers/iio/dac/ |
| H A D | stm32-dac-core.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * This file is part of STM32 DAC driver 5 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved 21 #include "stm32-dac-core.h" 24 * struct stm32_dac_priv - stm32 DAC core private data 27 * @common: Common data for all DAC instances 36 * struct stm32_dac_cfg - DAC configuration 37 * @has_hfsel: DAC has high frequency control 61 ret = regulator_enable(priv->vref); in stm32_dac_core_hw_start() 67 ret = clk_prepare_enable(priv->pclk); in stm32_dac_core_hw_start() [all …]
|
| H A D | stm32-dac-core.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * This file is part of STM32 DAC driver 5 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved 14 /* STM32 DAC registers */ 27 * struct stm32_dac_common - stm32 DAC driver common data (for all instances) 28 * @regmap: DAC registers shared via regmap
|
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 # Makefile for industrial I/O DAC drivers 7 obj-$(CONFIG_AD3530R) += ad3530r.o 8 obj-$(CONFIG_AD3552R_HS) += ad3552r-hs.o 9 obj-$(CONFIG_AD3552R_LIB) += ad3552r-common.o 10 obj-$(CONFIG_AD3552R) += ad3552r.o 11 obj-$(CONFIG_AD5360) += ad5360.o 12 obj-$(CONFIG_AD5380) += ad5380.o 13 obj-$(CONFIG_AD5421) += ad5421.o 14 obj-$(CONFIG_AD5624R_SPI) += ad5624r_spi.o [all …]
|
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # DAC drivers 21 tristate "Analog Devices AD3552R DAC High Speed driver" 33 module will be called ad3552r-hs. 39 tristate "Analog Devices AD3552R DAC driver" 52 tristate "Analog Devices AD5064 and similar multi-channel DAC driver" 56 AD5045, AD5064, AD5064-1, AD5065, AD5625, AD5625R, AD5627, AD5627R, 66 tristate "Analog Devices AD5360/61/62/63/70/71/73 DAC driver" 70 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel 71 Digital to Analog Converters (DAC). [all …]
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | stm32f429.dtsi | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 22 * MA 02110-1301 USA 48 #include "../armv7-m.dtsi" 49 #include <dt-bindings/clock/stm32fx-clock.h> 50 #include <dt-bindings/mfd/stm32f4-rcc.h> 53 #address-cells = <1>; 54 #size-cells = <1>; 57 clk_hse: clk-hse { 58 #clock-cells = <0>; [all …]
|
| H A D | stm32h743.dtsi | 2 * Copyright 2017 - Alexandre Torgue <alexandre.torgue@st.com> 4 * This file is dual-licensed: you can use it either under the terms 43 #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 …]
|
| /linux/drivers/iio/trigger/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 7 menu "Triggers - standalone" 17 module will be called iio-trig-hrtimer. 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. 33 This can be used as trigger source for STM32 internal ADC 34 and/or DAC. 37 module will be called stm32-lptimer-trigger. 40 tristate "STM32 Timer Trigger" [all …]
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | st,stm32-lptimer.yaml | 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 Timers 10 The STM32 Low-Power Timer (LPTIM) is a 16-bit timer that provides several 12 - 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 …]
|
| /linux/ |
| H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|