zephyr/drivers/adc
Piotr Zięcik 70d61cdd55 drivers: adc_stm32: Get clock frequency from DTS
The adc_stm32 driver used system timer frequency as a base for
busy-wait delay calculation. This commit corrects that by obtaining
the needed value from SystemCoreClock variable.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
2019-07-24 15:10:02 +02:00
..
adc_context.h cleanup: include/: move adc.h to drivers/adc.h 2019-06-27 22:55:49 -04:00
adc_handlers.c cleanup: include/: move adc.h to drivers/adc.h 2019-06-27 22:55:49 -04:00
adc_intel_quark_se_c1000_ss.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
adc_intel_quark_se_c1000_ss.h cleanup: include/: move adc.h to drivers/adc.h 2019-06-27 22:55:49 -04:00
adc_mcux_adc12.c cleanup: include/: move adc.h to drivers/adc.h 2019-06-27 22:55:49 -04:00
adc_mcux_adc16.c cleanup: include/: move adc.h to drivers/adc.h 2019-06-27 22:55:49 -04:00
adc_nrfx_adc.c drivers: Update DT IRQ alias defines 2019-06-21 07:53:05 -05:00
adc_nrfx_saadc.c drivers: Update DT IRQ alias defines 2019-06-21 07:53:05 -05:00
adc_sam_afec.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
adc_sam0.c cleanup: include/: move adc.h to drivers/adc.h 2019-06-27 22:55:49 -04:00
adc_shell.c shell: adc: adc shell for testing adcs 2019-06-28 10:07:18 -05:00
adc_stm32.c drivers: adc_stm32: Get clock frequency from DTS 2019-07-24 15:10:02 +02:00
CMakeLists.txt shell: adc: adc shell for testing adcs 2019-06-28 10:07:18 -05:00
Kconfig shell: adc: adc shell for testing adcs 2019-06-28 10:07:18 -05:00
Kconfig.intel_quark drivers/adc/adc_intel_quark_d2000: remove Quark D2000 ADC driver 2019-06-25 08:06:43 -04:00
Kconfig.mcux drivers: adc: mcux_adc12: add driver for the NXP ADC12 module 2019-06-07 14:30:59 -05:00
Kconfig.nrfx
Kconfig.sam_afec
Kconfig.sam0 drivers: adc: Add SAM0 ADC driver 2019-05-07 08:41:27 -04:00
Kconfig.stm32 drivers: adc: add driver support for ADC1 of stm32 2019-05-07 23:15:58 -04:00