ESP-IDF + 0/2 examples
SourceVu will show references to pcnt_chan_config_t from the following samples and libraries:
 
Symbols
loading...
Files
loading (1/5)...
SummarySyntaxExamplesReferencesInstances

Fields

Field
Declared as
Description
int
GPIO number used by the edge signal, input mode with pull up enabled. Set to -1 if unused.
int
GPIO number used by the level signal, input mode with pull up enabled. Set to -1 if unused.
struct { uint32_t invert_edge_input: 1; uint32_t invert_level_input: 1; uint32_t virt_edge_io_level: 1; uint32_t virt_level_io_level: 1; uint32_t io_loop_back: 1; }
Channel config flags.