Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/
Dpcnt.c63 …PCNT_CHECK((pos_mode < PCNT_COUNT_MAX) && (neg_mode < PCNT_COUNT_MAX), PCNT_COUNT_MODE_ERR_STR, ES… in _pcnt_set_mode()
360 …PCNT_CHECK((pcnt_config->pos_mode < PCNT_COUNT_MAX) && (pcnt_config->neg_mode < PCNT_COUNT_MAX), P… in _pcnt_unit_config()
/hal_espressif-3.5.0/components/driver/include/driver/
Dpcnt.h89 #define PCNT_COUNT_MAX 3 macro
/hal_espressif-3.5.0/components/driver/test/
Dtest_pcnt.c365 pcnt_config.pos_mode = PCNT_COUNT_MAX;