zephyr/drivers/adc
Mulin Chao 87f29ef5bb driver: adc: npcx: replace constant value with DT_INST_PROP_LEN macro.
In this CL, instead of a constant value, we use the length of property
'pinctrl-0' of adc0 to indicate the number of ADC channels in different
npcx series.

Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
2021-06-07 12:06:33 +02:00
..
adc_cc32xx.c drivers: adc: remove usage of device_pm_control_nop 2021-04-28 10:54:22 -04:00
adc_common.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
adc_context.h drivers: adc: Improve the default routine providing sampling intervals 2020-10-05 14:45:37 -05:00
adc_emul.c drivers: adc: add ADC emulator 2021-05-07 15:27:37 +02:00
adc_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
adc_ite_it8xxx2.c ite: drivers/adc: it8xxx2: fix adc driver flow 2021-05-13 11:54:05 -04:00
adc_lmp90xxx.c drivers: adc: lmp90xxx: convert to new DT helper macros 2021-06-04 16:18:51 -05:00
adc_mchp_xec.c drivers: adc: remove usage of device_pm_control_nop 2021-04-28 10:54:22 -04:00
adc_mcp320x.c drivers: adc: mcp320x: convert to new DT helper macros 2021-06-04 16:19:01 -05:00
adc_mcux_adc12.c drivers: adc: remove usage of device_pm_control_nop 2021-04-28 10:54:22 -04:00
adc_mcux_adc16.c adc: adc dma driver 2021-05-07 08:23:49 -05:00
adc_mcux_lpadc.c drivers: adc: remove usage of device_pm_control_nop 2021-04-28 10:54:22 -04:00
adc_npcx.c driver: adc: npcx: replace constant value with DT_INST_PROP_LEN macro. 2021-06-07 12:06:33 +02:00
adc_nrfx_adc.c drivers: adc: remove usage of device_pm_control_nop 2021-04-28 10:54:22 -04:00
adc_nrfx_saadc.c drivers: adc: remove usage of device_pm_control_nop 2021-04-28 10:54:22 -04:00
adc_sam0.c drivers: adc: remove usage of device_pm_control_nop 2021-04-28 10:54:22 -04:00
adc_sam_afec.c drivers: adc: remove usage of device_pm_control_nop 2021-04-28 10:54:22 -04:00
adc_shell.c drivers: adc: add ADC emulator 2021-05-07 15:27:37 +02:00
adc_stm32.c drivers: stm32_adc: add STM32WL family support 2021-06-07 12:04:15 +02:00
CMakeLists.txt drivers: adc: add ADC emulator 2021-05-07 15:27:37 +02:00
Kconfig drivers: adc: add ADC emulator 2021-05-07 15:27:37 +02:00
Kconfig.adc_emul drivers: adc: add ADC emulator 2021-05-07 15:27:37 +02:00
Kconfig.cc32xx drivers: adc: cc32xx: Add support 2021-02-19 10:43:58 -06:00
Kconfig.it8xxx2 ite: drivers/adc: add adc drivers on it8xxx2_evb platform 2021-04-13 13:01:56 -04:00
Kconfig.lmp90xxx
Kconfig.mcp320x
Kconfig.mcux adc: adc dma driver 2021-05-07 08:23:49 -05:00
Kconfig.npcx driver: npcx7: fixed typo in Kconfig.npcx files. 2020-12-07 12:11:17 -05:00
Kconfig.nrfx
Kconfig.sam0
Kconfig.sam_afec
Kconfig.stm32
Kconfig.xec