zephyr/drivers/adc
Johan Hedberg 0efd558cbc SPI: Change read/write buffer pointers to void *
There's no reason to require callers to cast their data to uint8_t *
when the data might e.g. originate in a packed struct or some other
data type. Instead, be nice to callers and let them use any pointer
they want. Additionally, declare the TX buffer as a const pointer so
unnecessary typecasts aren't needed for that either (if the data
originates in a const location).

Change-Id: I1482ca4e350b5a7fbda6871ed9f54f255af3aa9e
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-03-04 20:13:21 +00:00
..
Kconfig adc : rename device to just ADC 2016-02-10 11:23:56 -05:00
Makefile adc: simplifies buffer management on adc dw driver. 2016-02-05 20:25:12 -05:00
adc_dw.c adc: dw: there is only one ADC 2016-02-10 11:23:56 -05:00
adc_dw.h struct packing 2016-02-10 16:21:26 +00:00
adc_ti_adc108s102.c SPI: Change read/write buffer pointers to void * 2016-03-04 20:13:21 +00:00
adc_ti_adc108s102.h struct packing 2016-02-10 16:21:26 +00:00