ESP-IDF + 0/1 examples
SourceVu will show references to parlio_rx_unit_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
size_t
Depth of internal transaction queue.
size_t
Maximum receive size in one transaction, in bytes. This decides the number of DMA nodes will be used for each transaction.
size_t
Parallel IO data width, can set to 1/2/4/8/..., but can't be greater than PARLIO_RX_UNIT_MAX_DATA_WIDTH.
Parallel IO clock source.
uint32_t
The external source clock frequency. Only be valid when select PARLIO_CLK_SRC_EXTERNAL as clock source.
uint32_t
The expected sample/bit clock frequency, which is divided from the internal or external clock regarding the clock source.
The the external clock input pin. Only be valid when select PARLIO_CLK_SRC_EXTERNAL as clock source. Set to -1 if not needed.
The sample/bit clock output pin. Set to -1 if not needed.
GPIO number of the valid signal. The signal on this pin is used to indicate whether the data on the data lines are valid. Only takes effect when using level or pulse delimiter, set to `-1` if only use the soft delimiter.
Parallel IO data GPIO numbers, set to `-1` if it's not used, The driver will take [0 .. (data_width - 1)] as the data pins.
struct { uint32_t free_clk : 1; uint32_t clk_gate_en : 1; uint32_t io_loop_back: 1; uint32_t io_no_init: 1 __attribute__((deprecated)); uint32_t allow_pd: 1; }
RX driver flags.

References

from examples