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/ |
D | main.c | 34 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/ |
D | sensor.h | 1127 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/ |
D | rtio.h | 595 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/ |
D | test_rtio_api.c | 290 rtio_sqe_prep_read_with_pool(&sqe, (struct rtio_iodev *)&iodev_test_simple, 0, in test_rtio_simple_mempool_()
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 163 with a call to :c:func:`rtio_sqe_prep_read_with_pool`. The iodev requires
|