zephyr/drivers/adc
Peter A. Bigot d6c61513a5 drivers: adc: add API to support calibration
Add a flag to the sequence structure that tells the driver it should
calibrate the ADC prior to initiating the sample.

Implement this for nRF SAADC.  The implementation supports the
workarounds for PAN-86 and PAN-178.

Relates-to: issue #11922
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-05-30 17:18:17 -04:00
..
adc_context.h drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
adc_handlers.c adc: add syscall for adc_read_async() 2019-04-02 14:17:37 -04:00
adc_intel_quark_d2000.c drivers: adc: make a copy of sequence struct 2019-04-02 14:17:37 -04:00
adc_intel_quark_se_c1000_ss.c drivers: adc: make a copy of sequence struct 2019-04-02 14:17:37 -04:00
adc_intel_quark_se_c1000_ss.h drivers: adc: fix license 2019-04-07 08:45:22 -04:00
adc_mcux_adc16.c drivers: adc: make a copy of sequence struct 2019-04-02 14:17:37 -04:00
adc_nrfx_adc.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
adc_nrfx_saadc.c drivers: adc: add API to support calibration 2019-05-30 17:18:17 -04:00
adc_sam0.c drivers: adc: Add SAM0 ADC driver 2019-05-07 08:41:27 -04:00
adc_sam_afec.c drivers: adc: make a copy of sequence struct 2019-04-02 14:17:37 -04:00
adc_stm32.c drivers: adc: add driver support for ADC1 of stm32 2019-05-07 23:15:58 -04:00
CMakeLists.txt drivers: adc: add driver support for ADC1 of stm32 2019-05-07 23:15:58 -04:00
Kconfig drivers: adc: add driver support for ADC1 of stm32 2019-05-07 23:15:58 -04:00
Kconfig.intel_quark adc: overhaul adc_dw and rename it to adc_intel_quark_se_c1000_ss 2019-03-20 18:11:33 -07:00
Kconfig.mcux drivers: adc_mcux: improve initialization of the ADC 2018-12-13 08:32:18 -06:00
Kconfig.nrfx drivers: nrf: Enable nRF drivers by default in Kconfig 2018-12-21 21:01:37 +01:00
Kconfig.sam0 drivers: adc: Add SAM0 ADC driver 2019-05-07 08:41:27 -04:00
Kconfig.sam_afec drivers: adc: Select HAS_DTS_ADC for all ADC drivers 2018-08-29 13:46:57 -04:00
Kconfig.stm32 drivers: adc: add driver support for ADC1 of stm32 2019-05-07 23:15:58 -04:00