zephyr/drivers/adc
Andrew Boie c93a4789cb drivers: adc: add system call handlers
Straightforward conversion for adc_enable/disable.

adc_read() uses a sequence table, which points to an array
of struct adc_seq_entry, each element pointing
to memory buffers. Need to validate all of these as being readable
by the caller, and the buffers writable.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-30 13:20:19 -07:00
..
Kconfig drivers: adc: Add SAM ADC driver 2017-10-10 11:56:47 -05:00
Kconfig.dw kconfig: adc: Extract platform specific configs to separate files. 2017-09-13 09:56:25 -04:00
Kconfig.mcux mcux: nxp_kinetis: Move HAS_ADC16 config to ext 2017-09-25 12:31:59 -05:00
Kconfig.qmsi kconfig: adc: Extract platform specific configs to separate files. 2017-09-13 09:56:25 -04:00
Kconfig.sam_afec drivers: adc: Add SAM ADC driver 2017-10-10 11:56:47 -05:00
Kconfig.ti_adc108s102 kconfig: adc: Extract platform specific configs to separate files. 2017-09-13 09:56:25 -04:00
Makefile drivers: adc: add system call handlers 2017-10-30 13:20:19 -07:00
adc_dw.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
adc_dw.h drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
adc_handlers.c drivers: adc: add system call handlers 2017-10-30 13:20:19 -07:00
adc_mcux_adc16.c adc: Introduce new mcux adc16 driver 2017-07-19 14:28:08 -05:00
adc_qmsi.c drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
adc_qmsi_ss.c drivers, net: Clean up semaphore initialization 2017-07-27 15:23:07 -04:00
adc_sam_afec.c drivers: adc: Add SAM ADC driver 2017-10-10 11:56:47 -05:00
adc_ti_adc108s102.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
adc_ti_adc108s102.h drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00