zephyr/drivers/adc
Andrzej Głąbek 26e6e7ad1f drivers: adc: Improve the default routine providing sampling intervals
This part of common code for ADC drivers, the adc_context_enable_timer()
function, was still converting sampling interval values to milliseconds
(the only option available at the time this code has been created) when
setting up the kernel timer, consequently limiting the maximum sampling
frequency to 1000 samples per second. This patch switches the routine
to specifying the interval in microseconds, to remove this limitation.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2020-10-05 14:45:37 -05: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_handlers.c
adc_lmp90xxx.c
adc_mchp_xec.c misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
adc_mcp320x.c
adc_mcux_adc12.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_mcux_adc16.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_nrfx_adc.c
adc_nrfx_saadc.c
adc_sam_afec.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_sam0.c drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
adc_shell.c
adc_stm32.c
CMakeLists.txt
Kconfig
Kconfig.lmp90xxx
Kconfig.mcp320x
Kconfig.mcux
Kconfig.nrfx
Kconfig.sam_afec
Kconfig.sam0
Kconfig.stm32
Kconfig.xec