Lines Matching full:rtio
12 #include <zephyr/rtio/rtio.h>
19 * @brief Driver context for implementing SPI with RTIO
23 struct rtio *r;
45 * @brief Copy the tx_bufs and rx_bufs into a set of RTIO requests
47 * @param[in] r rtio context
56 int spi_rtio_copy(struct rtio *r,
63 * @brief Initialize a SPI RTIO context
65 * @param ctx SPI RTIO driver context
73 * @param ctx SPI RTIO driver context
102 * @brief Fallback SPI RTIO submit implementation.
104 * Default RTIO SPI implementation for drivers who do no yet have