![]() |
Zephyr API 3.6.99
|
A completion queue event. More...
#include <cqe.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.