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

Fields

Field
Declared as
Description
int
Low limitation of the count unit, should be lower than 0.
int
High limitation of the count unit, should be higher than 0.
int
PCNT 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 accum_count: 1; #if SOC_PCNT_SUPPORT_STEP_NOTIFY uint32_t en_step_notify_up: 1; uint32_t en_step_notify_down: 1; #endif }
Extra flags.