zephyr/drivers/adc
Daniel Leung bb1c900e28 adc: return EBUSY when requesting new sampling while one in progress
Inside adc_context_request_next_sampling(), it tries to signal an I/O
error if there is a new request while a sampling is in progress.
However, it is not exactly an I/O error. The system is simply busy.
So signal EBUSY instead.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2019-03-07 09:41:19 -05:00
..
CMakeLists.txt adc: ti_adc108s102: Remove driver as its bit-rotted 2018-11-21 12:29:24 -05:00
Kconfig dts: adc: cleanup CONFIG_ADC_x_NAME 2018-11-21 18:05:39 -05:00
Kconfig.dw
Kconfig.intel_quark
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.sam_afec
adc_context.h adc: return EBUSY when requesting new sampling while one in progress 2019-03-07 09:41:19 -05:00
adc_dw.c drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00
adc_dw.h adc: adc_dw: Remove dead code related to undefined Kconfig symbols 2018-11-10 15:18:24 -05:00
adc_intel_quark_d2000.c drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00
adc_mcux_adc16.c drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00
adc_nrfx_adc.c drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00
adc_nrfx_saadc.c drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00
adc_sam_afec.c drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00