ESP-IDF + 0/2 examples
SourceVu will show references to rmt_rx_channel_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
GPIO number used by RMT RX channel. Set to -1 if unused.
Clock source of RMT RX channel, channels in the same group must use the same clock source.
uint32_t
Channel clock resolution, in Hz.
size_t
Size of memory block, in number of `rmt_symbol_word_t`, must be an even. In the DMA mode, this field controls the DMA buffer size, it can be set to a large value (e.g. 1024); In the normal mode, this field controls the number of RMT memory block that will be used by the channel.
int
RMT interrupt priority, if set to 0, the driver will try to allocate an interrupt with a relative low priority (1,2,3).
struct { uint32_t invert_in: 1; uint32_t with_dma: 1; uint32_t io_loop_back: 1; uint32_t allow_pd: 1; }
RX channel config flags.

References

from examples