zephyr/include
Peter Bigot 7a8a4c9b3e drivers: spi: document expectation on spi config parameter
Most if not all drivers use an internal function
spi_context_configured() to bypass reconfiguring the SPI peripheral
when nothing has changed.  That function determines change based on
comparing the struct spi_config pointer that was last used.  This does
not work if a user changes fields within the pointed-to structure.

Document that pointer comparison may be used to detect changes.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-08-26 12:25:06 +02:00
..
app_memory userspace: clarify some mem domain doxyen 2020-08-20 13:58:54 -04:00
arch x86: paging code rewrite 2020-08-25 15:49:59 -04:00
audio device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
bluetooth bluetooth: conn: fix init macro for PHY params 2020-08-25 16:10:21 +03:00
canbus
cmsis_rtos_v1
cmsis_rtos_v2
console
crypto device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
data
debug coredump: add support for ARM Cortex-M 2020-08-24 20:28:24 -04:00
devicetree devicetree: spi: fix typo in docstring 2020-08-20 19:40:03 -04:00
dfu
disk
display device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
drivers drivers: spi: document expectation on spi config parameter 2020-08-26 12:25:06 +02:00
dt-bindings drivers: dac: Added driver for TI DACx0508 2020-08-26 12:24:43 +02:00
fs
linker
logging logging: move _is_user_context() check down one level 2020-08-06 08:59:33 -04:00
mgmt mgmt: smp: shell: initialize SMP before feeding with received bytes 2020-08-19 09:51:45 -04:00
net net: ipv6: added interface multicast group filtering 2020-08-24 13:53:15 +03:00
posix posix: expose getsockname() and sendmsg() 2020-08-06 11:53:37 +02:00
power
random
settings
shell mgmt: smp: shell: initialize SMP before feeding with received bytes 2020-08-19 09:51:45 -04:00
stats
storage
sys mem_manage: add private conversion APIs 2020-08-25 15:49:59 -04:00
toolchain toolchain: gcc: Add macro to fallthrough attribute 2020-08-24 20:28:47 -04:00
tracing tracing: trace mutex/semaphore using dedicated calls 2020-08-24 13:21:12 +02:00
usb
zephyr
cache.h syscalls: Add system call for cache flush & invalidate 2020-08-04 17:26:45 -04:00
device.h device: Rename driver_api/data attributes to api/data 2020-08-11 19:30:53 +02:00
devicetree.h devicetree: add accessors with default values 2020-08-04 07:35:26 -05:00
exc_handle.h
fatal.h
generated_dts_board.h
init.h
irq_nextlevel.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
irq_offload.h
irq.h
kernel_includes.h userspace: move mem domain defines 2020-08-20 13:58:54 -04:00
kernel_structs.h
kernel_version.h
kernel.h userspace: move mem domain defines 2020-08-20 13:58:54 -04:00
mempool_heap.h
mempool_sys.h
ptp_clock.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
sched_priq.h
shared_irq.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
spinlock.h
sw_isr_table.h
sys_clock.h
syscall_handler.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
syscall.h
timeout_q.h
toolchain.h
wait_q.h
zephyr.h