Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/driver/
Dpcnt_types_legacy.h64 PCNT_EVT_L_LIM = 1 << 4, /*!< PCNT watch point event: Minimum counter value */ enumerator
/hal_espressif-latest/components/driver/deprecated/
Dpcnt_legacy.c160 case PCNT_EVT_L_LIM: in _pcnt_event_enable()
181 …PCNT_CHECK(!(evt_type == PCNT_EVT_L_LIM && value > 0), PCNT_LIMT_VAL_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_event_value()
190 case PCNT_EVT_L_LIM: in _pcnt_set_event_value()
215 case PCNT_EVT_L_LIM: in _pcnt_get_event_value()
374 _pcnt_set_event_value(pcnt_port, unit, PCNT_EVT_L_LIM, pcnt_config->counter_l_lim); in _pcnt_unit_config()
377 _pcnt_event_enable(pcnt_port, unit, PCNT_EVT_L_LIM, false); in _pcnt_unit_config()