|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
RX submission descriptor. More...
#include <zephyr/drivers/pulse_io.h>
Data Fields | |
| union { | |
| struct pulse_symbol * symbols | |
| SYMBOL mode destination. More... | |
| struct pulse_cell * cells | |
| CELL mode destination. More... | |
| }; | |
| Destination buffer, interpreted per the configured mode. | |
| size_t | capacity |
| Capacity of the destination buffer in entries. | |
RX submission descriptor.
| union { ... } pulse_io_rx_req |
Destination buffer, interpreted per the configured mode.
| size_t pulse_io_rx_req::capacity |
Capacity of the destination buffer in entries.
| struct pulse_cell* pulse_io_rx_req::cells |
CELL mode destination.
| struct pulse_symbol* pulse_io_rx_req::symbols |
SYMBOL mode destination.