zephyr/include
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
..
arch sys_io: don't allow negative bit offsets 2016-03-04 16:26:21 +00:00
bluetooth Bluetooth: BR/EDR: Add HCI SSP exchange IO Capa defines 2016-02-26 13:41:31 +00:00
display
drivers
microkernel
misc
net net: ip: Make sure CONFIG_NETWORKING_WITH_LOGGING is properly handled 2016-02-19 12:33:45 +00:00
toolchain include: Remove UNALIGNED_READ & UNALIGNED_WRITE 2016-03-04 20:11:57 +00:00
adc.h
aio_comparator.h
atomic.h
cache.h
clock_control.h
device.h
gpio.h gpio: clarify API doc 2016-02-18 18:25:50 +00:00
i2c.h i2c: clarify API doc 2016-02-18 17:54:03 +00:00
init.h
ipm.h
irq_offload.h
irq.h irq: formalize external zephyr interrupt API 2016-02-26 15:53:22 +00:00
kernel_version.h
linker-defs.h
linker-tool-gcc.h
linker-tool.h
microkernel.h
nanokernel.h kernel: add fiber_wakeup() 2016-02-25 11:06:09 -05:00
pinmux.h
pwm.h
rtc.h
section_tags.h
sections.h
shared_irq.h
spi.h SPI: Change read/write buffer pointers to void * 2016-03-04 20:13:21 +00:00
sw_isr_table.h
sys_clock.h
sys_io.h sys_io: don't allow negative bit offsets 2016-03-04 16:26:21 +00:00
toolchain.h
uart.h
watchdog.h
zephyr.h