|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
A completion queue event. More...
#include <rtio.h>
Data Fields | |
| struct mpsc_node | q |
| int32_t | result |
| Result from operation. | |
| void * | userdata |
| Associated userdata with operation. | |
| uint32_t | flags |
| Flags associated with the operation. | |
A completion queue event.
| uint32_t rtio_cqe::flags |
Flags associated with the operation.
| struct mpsc_node rtio_cqe::q |
| int32_t rtio_cqe::result |
Result from operation.
| void* rtio_cqe::userdata |
Associated userdata with operation.