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
adc_handlers.c
adc_lmp90xxx.c
adc_mchp_xec.c
adc_mcp320x.c
adc_mcux_adc12.c
adc_mcux_adc16.c
adc_mcux_lpadc.c
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
adc_sam0.c
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
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