Home
last modified time | relevance | path

Searched refs:PCNT_COUNT_MAX (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/driver/deprecated/driver/
Dpcnt_types_legacy.h88 #define PCNT_COUNT_MAX 3 macro
/hal_espressif-latest/components/driver/deprecated/
Dpcnt_legacy.c66 …PCNT_CHECK((pos_mode < PCNT_COUNT_MAX) && (neg_mode < PCNT_COUNT_MAX), PCNT_COUNT_MODE_ERR_STR, ES… in _pcnt_set_mode()
363 …PCNT_CHECK((pcnt_config->pos_mode < PCNT_COUNT_MAX) && (pcnt_config->neg_mode < PCNT_COUNT_MAX), P… in _pcnt_unit_config()