zephyr/include/zephyr
Armando Visconti 792b7e3570 rtio: add helper function rtio_read_transaction()
Add a helper function that constructs a rtio SQE chain with the purpose
to perform a bus read operation on a list of registers.

Usage:

  struct rtio_regs regs;
  struct rtio_reg_list regs_list[] = {{regs_addr1, mem_addr_1, mem_len_1},
                                      {regs_addr2, mem_addr_2, mem_len_2},
                                      ...
                                     };
  regs.rtio_regs_list = regs_list;
  regs.rtio_regs_num = ARRAY_SIZE(regs_list);

  rtio_read_regs_async(rtio,
                       iodev,
                       RTIO_BUS_SPI,
                       &regs,
                       sqe,
                       dev,
                       op_cb);

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2025-07-28 16:44:17 -04:00
..
acpi
app_memory
arch arm: irq: fail build if IRQ_CONNECT is used with ZLI 2025-07-25 17:03:46 +01:00
audio
bluetooth bluetooth: host: a2dp:error_code should be detailed in set_config_rsp 2025-07-28 16:43:29 -04:00
canbus
console
crypto
data include: zephyr: data: add mixed array type support for json 2025-07-21 21:31:21 -04:00
debug debug: Added CPU usage callback 2025-06-25 15:29:06 -10:00
devicetree
dfu
display cfb: added API for drawing a circle 2025-06-26 22:09:48 -05:00
drivers soc: silabs: s2: make order in soc Kconfig's 2025-07-28 16:40:58 -04:00
dsp include: dsp: doc: cleanup Doxygen for DSP headers 2025-07-08 13:39:35 -05:00
dt-bindings sensor: icm4268x: Add support for ICM42686 variant 2025-07-25 23:28:47 +02:00
fs fs: implement zephyr fs api for virtiofs 2025-07-23 12:20:22 -04:00
gnss/rtk gnss: rtk: Add basic integration 2025-07-21 09:19:14 -04:00
input
internal
ipc
kernel sca: Fix undefined behavior during preprocessing 2025-06-27 14:14:35 +02:00
linker gnss: rtk: Add basic integration 2025-07-21 09:19:14 -04:00
llext llext: Drop unused memory domain member 2025-07-19 13:40:42 -04:00
logging
lorawan
math include: math: doc: add doxygen groups 2025-07-08 13:39:35 -05:00
mem_mgmt memmgmt: doc: replace Memory-Attr with Memory Attributes 2025-07-16 16:39:59 -05:00
mgmt updatehub: report error before rollback on unconfirmed image 2025-06-26 22:07:51 -05:00
misc
modbus
modem gnss: u-blox f9p: Add RTK integration to driver 2025-07-21 09:19:14 -04:00
multi_heap
net net: l2: wifi: add wifi config command 2025-07-28 08:46:37 -04:00
platform
pm
pmci/mctp pmci: mctp: I2C+GPIO Target binding 2025-07-19 09:53:21 +02:00
portability
posix poxi: aio: include zephyr/toolchain.h for ZRESTRICT 2025-07-04 16:44:02 -10:00
psa secure_storage: Add global registry for PSA ITS UIDs 2025-07-19 09:45:56 +02:00
random
retention
rtio rtio: add helper function rtio_read_transaction() 2025-07-28 16:44:17 -04:00
sd
sensing
settings
shell shell: exchange k_mutex for k_sem 2025-07-24 17:00:07 +01:00
sip_svc
stats
storage
sys crc: Add CRC24Q for RTCM3 checksum calculations 2025-07-21 09:19:14 -04:00
task_wdt
timing
toolchain include toolchain mwdt.h: Fix old comment 2025-07-19 09:38:15 +02:00
tracing tracing: msgq: adding dedicated tracing for k_msgq_put_front 2025-07-25 08:16:58 -04:00
usb include: usb_ch9: fix USB_FS_ISO_EP_INTERVAL calculation 2025-06-27 09:02:29 -10:00
usb_c
xen include: zephyr: xen: fix missing header declarations 2025-06-18 17:47:43 -04:00
zbus
zvfs
bindesc.h
cache.h
device.h Revert "init: Make entry init-function less and introduce service objects" 2025-07-16 16:39:36 -05:00
devicetree.h
fatal_types.h
fatal.h
init.h Revert "init: Make entry init-function less and introduce service objects" 2025-07-16 16:39:36 -05:00
irq_multilevel.h
irq_nextlevel.h
irq_offload.h
irq.h kernel: irq: update irq_lock() documentation regarding context switches 2025-07-24 02:47:21 -04:00
kernel_includes.h
kernel_structs.h
kernel_version.h
kernel.h kernel: msgq: adding support to k_msgq_put_front 2025-07-25 08:16:58 -04:00
net_buf.h lib: net_buf: Add a way to create pool with aligned data 2025-07-19 15:37:01 -04:00
shared_irq.h
smf.h lib: smf: mark as unstable 2025-06-30 15:24:37 -05:00
spinlock.h kernel: spinlock: update k_spin_lock() documentation wrt context switch 2025-07-24 02:47:21 -04:00
sw_isr_table.h zephyr: sw_isr_table: Fix compilation error 2025-07-14 07:09:03 -10:00
sys_clock.h sys: clock: merge sys_clock.h into sys/clock.h 2025-06-24 14:18:52 +02:00
syscall.h
toolchain.h
types.h