Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/include/driver/
Dpcnt.h56 PCNT_CHANNEL_MAX, enumerator
/hal_espressif-3.5.0/components/driver/
Dpcnt.c62 PCNT_CHECK(channel < PCNT_CHANNEL_MAX, PCNT_CHANNEL_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_mode()
75 PCNT_CHECK(channel < PCNT_CHANNEL_MAX, PCNT_CHANNEL_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_pin()
357 PCNT_CHECK(channel < PCNT_CHANNEL_MAX, PCNT_CHANNEL_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_unit_config()
/hal_espressif-3.5.0/components/driver/test/
Dtest_pcnt.c348 pcnt_config.channel = PCNT_CHANNEL_MAX;