Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pulse_io_rx_req Struct Reference

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.

Detailed Description

RX submission descriptor.

Field Documentation

◆ [union]

union { ... } pulse_io_rx_req

Destination buffer, interpreted per the configured mode.

◆ capacity

size_t pulse_io_rx_req::capacity

Capacity of the destination buffer in entries.

◆ cells

struct pulse_cell* pulse_io_rx_req::cells

CELL mode destination.

◆ symbols

struct pulse_symbol* pulse_io_rx_req::symbols

SYMBOL mode destination.


The documentation for this struct was generated from the following file: