zephyr/drivers/adc
Kumar Gala 02703e60d9 device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE
Now that we generate a header that extern's all possible devicetree
based device struct we can remove DEVICE_DT_DECLARE and
DEVICE_DT_INST_DECLARE as they aren't needed anymore.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-01-15 07:16:21 -06: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.sam0
Kconfig.sam_afec
Kconfig.stm32
Kconfig.xec
adc_common.c
adc_context.h
adc_handlers.c
adc_lmp90xxx.c drivers: adc: Convert drivers to new DT device macros 2020-12-10 08:48:17 -06:00
adc_mchp_xec.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
adc_mcp320x.c drivers: adc: Convert drivers to new DT device macros 2020-12-10 08:48:17 -06:00
adc_mcux_adc12.c drivers: adc: Convert drivers to new DT device macros 2020-12-10 08:48:17 -06:00
adc_mcux_adc16.c drivers: adc: Convert drivers to new DT device macros 2020-12-10 08:48:17 -06:00
adc_mcux_lpadc.c drivers: adc: Convert drivers to new DT device macros 2020-12-10 08:48:17 -06:00
adc_npcx.c drivers: adc: Convert drivers to new DT device macros 2020-12-10 08:48:17 -06:00
adc_nrfx_adc.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
adc_nrfx_saadc.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
adc_sam0.c drivers: adc: Convert drivers to new DT device macros 2020-12-10 08:48:17 -06:00
adc_sam_afec.c drivers: adc: Convert drivers to new DT device macros 2020-12-10 08:48:17 -06: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: add support for stm32g0 series 2021-01-07 15:50:22 -06:00