Home
last modified time | relevance | path

Searched refs:rtio_sqe_prep_read_with_pool (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/src/
Dmain.c34 rtio_sqe_prep_read_with_pool(sqe, iodev, RTIO_PRIO_HIGH, NULL); in main()
90 rtio_sqe_prep_read_with_pool(sqe, iodev, RTIO_PRIO_HIGH, NULL); in main()
/Zephyr-latest/include/zephyr/drivers/
Dsensor.h1127 rtio_sqe_prep_read_with_pool(&sqe, iodev, RTIO_PRIO_NORM, userdata); in sensor_read_async_mempool()
1135 rtio_sqe_prep_read_with_pool(sqe, iodev, RTIO_PRIO_NORM, userdata); in sensor_read_async_mempool()
/Zephyr-latest/include/zephyr/rtio/
Drtio.h595 static inline void rtio_sqe_prep_read_with_pool(struct rtio_sqe *sqe, in rtio_sqe_prep_read_with_pool() function
607 rtio_sqe_prep_read_with_pool(sqe, iodev, prio, userdata); in rtio_sqe_prep_read_multishot()
/Zephyr-latest/tests/subsys/rtio/rtio_api/src/
Dtest_rtio_api.c290 rtio_sqe_prep_read_with_pool(&sqe, (struct rtio_iodev *)&iodev_test_simple, 0, in test_rtio_simple_mempool_()
/Zephyr-latest/doc/services/rtio/
Dindex.rst163 with a call to :c:func:`rtio_sqe_prep_read_with_pool`. The iodev requires