Searched refs:ADC (Results 1 – 25 of 514) sorted by relevance
12345678910>>...21
1 # ADC configuration options7 bool "Renesas SmartBond(tm) ADC driver for ADC"12 Enable support for ADC driver for Renesas SmartBond(tm) MCU series.15 bool "Renesas SmartBond(tm) ADC driver for Sigma-Delta ADC"20 Enable support for ADC driver for Renesas SmartBond(tm) MCU series.
1 # NPCX ADC driver configuration options7 bool "Nuvoton NPCX embedded controller (EC) ADC driver"12 This option enables the ADC driver for NPCX family of14 Say y if you wish to use ADC channels on NPCX MCU.19 bool "ADC comparator version 1 support"22 This option enables ADC comparator V1 support.25 bool "ADC comparator version 2 support"28 This option enables ADC comparator V2 support.
5 bool "ADC emulator"9 Enable the ADC emulator driver. This is a fake driver in that it10 does not talk to real hardware. It pretends to be actual ADC. It11 is used for testing higher-level API for ADC devices.16 int "Stack size for the ADC data acquisition thread"21 emulated ADC require a lot of memory.24 int "Priority for the ADC data acquisition thread"27 Priority level for the internal ADC data acquisition thread.
1 # ADC configuration options12 bool "STM32 ADC driver"17 Enable the driver implementation for the stm32xx ADC20 bool "STM32WB0 ADC driver"25 Enable the driver implementation for the STM32WB0 series ADC30 bool "STM32 MCU ADC DMA Support"33 Enable the ADC DMA mode for ADC instances
1 # ADC configuration options7 # ADC options9 menuconfig ADC config10 bool "Analog-to-Digital Converter (ADC) drivers"11 # All platforms that implement the ADC driver are now required to14 Enable ADC (Analog to Digital Converter) driver configuration.16 if ADC19 bool "ADC Shell"22 Enable ADC Shell for testing.24 # By selecting or not this option particular ADC drivers indicate if it is[all …]
6 bool "ESP32 ADC driver"10 Enable the driver implementation for the ESP32 ADC15 bool "ESP32 ADC DMA Support"19 Enable the ADC DMA mode for ADC instances
1 # ADS1X1X ADC configuration options17 Enable ADS1X1X ADC driver.25 ADS1X1X ADC device driver initialization priority.28 int "Priority for the ADC data acquisition thread"31 Priority level for the internal ADC data acquisition thread.34 int "Stack size for the ADC data acquisition thread"
1 # ADC configuration options7 bool "nRF ADC nrfx driver"13 Enable support for nrfx ADC driver for nRF51 MCU series.16 int "Number of ADC channels"21 Number of ADC channels to be supported by the driver. Each channel22 needs a dedicated structure in RAM that stores the ADC settings
1 # MAX1125X ADC configuration options21 ADS1X1X ADC device driver initialization priority.24 int "ADC MAX1125X async thread priority"28 int "Priority for the ADC data acquisition thread"31 Priority level for the internal ADC data acquisition thread.34 int "Stack size for the ADC data acquisition thread"
5 bool "AD559x ADC driver"10 Enable the AD559x ADC driver.13 int "Stack size for the ADC data acquisition thread"21 int "Priority for the ADC data acquisition thread"25 Priority level for the internal ADC data acquisition thread.
5 bool "Telink Semiconductor B91 ADC driver"10 Enables Telink B91 ADC driver.15 int "Stack size for the ADC data acquisition thread"22 int "Priority for the ADC data acquisition thread"25 Priority level for the internal ADC data acquisition thread.
1 # ADC configuration options7 bool "ITE IT8XXX2 ADC driver"12 This option enables the ADC driver for IT8XXX221 bool "ADC internal voltage as full-scale"23 This option enables ADC internal reference
1 # ADC configuration options23 bool "MCUX 12B1MSPS SAR ADC driver"28 Enable the MCUX 12B1MSPS SAR ADC driver.42 bool "MCUX ADC ETC driver"45 Enable the MCUX ADC ETC driver.49 bool "MCUX GAU ADC driver"54 Enable the GAU ADC driver97 bool "ADC HW TRIGGER"100 Support HW Trigger ADC121 15 ADC channels. This value corresponds to how many of the CMD[all …]
1 # NUMAKER ADC Driver configuration options7 bool "Nuvoton NuMaker MCU ADC driver"13 This option enables the ADC driver for Nuvoton NuMaker family of15 Say y if you wish to enable NuMaker ADC.
1 # MCP320x ADC configuration options12 Enable MCP3204/MCP3208 ADC driver.20 int "Stack size for the ADC data acquisition thread"27 int "Priority for the ADC data acquisition thread"30 Priority level for the internal ADC data acquisition thread.
7 bool "Gecko Incremental ADC driver"13 Enable the driver implementation for the Silabs GeckoEXX32 Incremental ADC16 bool "Gecko ADC driver"22 Enable the driver implementation for the Silabs GeckoEFM32 ADC
1 # ADC configuration options7 bool "VF610 ADC driver"11 Enable the VF610 ADC driver.
1 # ADC configuration options7 bool "GD32 ADC driver"12 Enable GigaDevice GD32 ADC driver
1 # LMP90xxx ADC configuration options17 Enable LMP90xxx ADC driver.25 int "Stack size for the ADC data acquisition thread"32 int "Priority for the ADC data acquisition thread"35 Priority level for the internal ADC data acquisition thread.49 Enable GPIO child device support in the LMP90xxx ADC driver.
1 # ADI SoC ADC configuration options7 bool "MAX32 ADC driver"12 Enable ADC driver for ADI MAX32xxx MCUs.
1 ADC accuracy test3 This test checks that ADC readings match an expected value. It is7 read on an ADC one. If they match, the test passes.9 - Reference voltage: an ADC channel is read and compared to an expected12 For the DAC source, it is expected that DAC and ADC are connected. This14 The test then sets DAC to half its resolution and reads the ADC to see15 if they match. Note that DAC and ADC are expected to generate/read18 In the reference voltage case, the ADC is expected to be connected to a20 property "reference_mv" from "zephyr,user" node. The test reads the ADC
10 select ADC17 int "ADC resolution"21 ADC resolution to use for the temperature sensor and bandgap25 int "ADC oversampling"29 ADC oversampling to use for the temperature sensor and34 bool "Digital filtering of ADC readings"36 Enable weighted average digital filtering of the ADC
2 :name: Analog-to-Digital Converter (ADC) with devicetree5 Read analog inputs from ADC channels.10 This sample demonstrates how to use the :ref:`ADC driver API <adc_api>`.12 Depending on the target board, it reads ADC samples from one or more channels16 The pins of the ADC channels are board-specific. Please refer to the board22 The ADC peripheral and pinmux is configured in the board's ``.dts`` file. Make23 sure that the ADC is enabled (``status = "okay";``).25 In addition to that, this sample requires an ADC channel specified in the31 also needs to be specified in devicetree, in ADC controller child nodes. Also32 the ADC resolution and oversampling setting (if used) need to be specified[all …]
1 # ADC CMP NPCX driver configuration options9 bool "Nuvoton NPCX ADC threshold detection interruption"19 bool "NPCX ADC threshold detection uses internal work queue"27 int "Nuvoton NPCX ADC trheshold detection work queue priority"30 This option sets internal ADC NPCX threshold detection workqueue34 int "Nuvoton NPCX ADC trheshold detection work queue stack size"37 This option sets internal ADC NPCX threshold detection workqueue
3 MikroElektronika ADC Click9 The MikroElektronika ADC Click carries the `MCP3204`_ 12-bit14 :alt: MikroElektronika ADC Click16 MikroElektronika ADC Click (Credit: MikroElektronika)25 For more information about interfacing the MCP3204 and the ADC Click,29 - `ADC Click`_