zephyr/drivers/adc
Aurelien Jarno 7e7e79481f drivers: adc: adc_stm32: enable internal voltage reference source
Like other STM32 series the STM32L4x SoCs have an internal voltage
reference source that need to be enabled.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2020-04-17 17:30:44 +02:00
..
adc_common.c
adc_context.h
adc_handlers.c
adc_lmp90xxx.c drivers: adc: lmp90xxx: convert to use k_msleep() instead of k_sleep() 2020-04-15 13:34:18 +02:00
adc_mchp_xec.c
adc_mcp320x.c
adc_mcux_adc12.c
adc_mcux_adc16.c
adc_nrfx_adc.c adc: nordic: move to new DT API and kconfig style 2020-04-13 18:34:39 -04:00
adc_nrfx_saadc.c adc: nordic: move to new DT API and kconfig style 2020-04-13 18:34:39 -04:00
adc_sam_afec.c
adc_sam0.c
adc_shell.c
adc_stm32.c drivers: adc: adc_stm32: enable internal voltage reference source 2020-04-17 17:30:44 +02:00
CMakeLists.txt
Kconfig drivers: adc: adc_shell: Kconfig ADC_SHELL must depends on SHELL 2020-04-12 12:02:46 -04:00
Kconfig.lmp90xxx
Kconfig.mcp320x
Kconfig.mcux
Kconfig.nrfx adc: nordic: move to new DT API and kconfig style 2020-04-13 18:34:39 -04:00
Kconfig.sam_afec
Kconfig.sam0
Kconfig.stm32
Kconfig.xec