zephyr/drivers/adc
Lasse Sangild ec174d41b6 drivers: adc: stm32: Perform calibration if set in sequence
The calibration bit previously did nothing.

Move calibration to allow call in start_read.

Signed-off-by: Lasse Sangild <lsangild@gmail.com>
2021-06-16 10:39:18 +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
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
adc_ite_it8xxx2.c ite: drivers/adc: create pinmux phandle to the ADC driver node 2021-06-11 15:47:25 +02: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 soc: atmel_sam: Add _INST to ATMEL_SAM_DT_PIN* macros 2021-06-14 09:50:41 -05:00
adc_shell.c drivers: adc: add ADC emulator 2021-05-07 15:27:37 +02:00
adc_stm32.c drivers: adc: stm32: Perform calibration if set in sequence 2021-06-16 10:39:18 +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