Searched refs:PCNT_GPIO_ERR_STR (Results 1 – 1 of 1) sorted by relevance
21 #define PCNT_GPIO_ERR_STR "PCNT GPIO NUM ERROR" macro76 … PCNT_CHECK(GPIO_IS_VALID_GPIO(pulse_io) || pulse_io < 0, PCNT_GPIO_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_pin()77 PCNT_CHECK(GPIO_IS_VALID_GPIO(ctrl_io) || ctrl_io < 0, PCNT_GPIO_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_pin()