pcnt_unit_config_t struct
PCNT unit configuration
Fields
Low limitation of the count unit, should be lower than 0.
High limitation of the count unit, should be higher than 0.
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.
![]()
typedef struct {