Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/driver/
Dpcnt_types_legacy.h29 PCNT_PORT_MAX, /*!< PCNT port max */ enumerator
/hal_espressif-latest/components/driver/deprecated/
Dpcnt_legacy.c42 static pcnt_obj_t *p_pcnt_obj[PCNT_PORT_MAX] = {0};
45 PCNT_CHECK((pcnt_port < PCNT_PORT_MAX), PCNT_NUM_ERR_STR, ESP_ERR_INVALID_ARG); \
398 PCNT_CHECK((pcnt_port < PCNT_PORT_MAX), PCNT_NUM_ERR_STR, ESP_ERR_INVALID_ARG); in pcnt_init()