zephyr/drivers/adc
Mulin Chao daa48daf52 soc: replace DT_ with NPCX_DT_ prefix for all macros in soc_dt.h
This CL replaces all DT_ prefix with NPCX_DT_ for all macros used
for providing npcx device information in soc_dt.h It avoided the
ambiguity with the DT_ prefix for system DT macros/defines.

Signed-off-by: Mulin Chao <mlchao@nuvoton.com>
2020-12-09 00:46:57 -05:00
..
adc_common.c
adc_context.h drivers: adc: Improve the default routine providing sampling intervals 2020-10-05 14:45:37 -05:00
adc_handlers.c
adc_lmp90xxx.c
adc_mchp_xec.c misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
adc_mcp320x.c
adc_mcux_adc12.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_mcux_adc16.c adc-mcux: add support for adc16 channel multiplex 2020-10-29 13:43:24 -05:00
adc_mcux_lpadc.c drivers: adc: added support adc driver for lpcexpresso55s69 2020-10-12 14:59:40 -05:00
adc_npcx.c soc: replace DT_ with NPCX_DT_ prefix for all macros in soc_dt.h 2020-12-09 00:46:57 -05:00
adc_nrfx_adc.c
adc_nrfx_saadc.c
adc_sam_afec.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_sam0.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_shell.c drivers: adc: add adc support in npcx7 series 2020-12-07 12:11:17 -05:00
adc_stm32.c drivers: adc: stm32: use generic LL headers 2020-11-30 15:50:03 +01:00
CMakeLists.txt drivers: adc: add adc support in npcx7 series 2020-12-07 12:11:17 -05:00
Kconfig drivers: adc: add adc support in npcx7 series 2020-12-07 12:11:17 -05:00
Kconfig.lmp90xxx
Kconfig.mcp320x
Kconfig.mcux drivers: adc: added support adc driver for lpcexpresso55s69 2020-10-12 14:59:40 -05:00
Kconfig.npcx driver: npcx7: fixed typo in Kconfig.npcx files. 2020-12-07 12:11:17 -05:00
Kconfig.nrfx
Kconfig.sam_afec
Kconfig.sam0
Kconfig.stm32
Kconfig.xec