Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/driver/
Dpcnt_types_legacy.h65 PCNT_EVT_H_LIM = 1 << 5, /*!< PCNT watch point event: Maximum counter value */ enumerator
/hal_espressif-latest/components/driver/deprecated/
Dpcnt_legacy.c163 case PCNT_EVT_H_LIM: in _pcnt_event_enable()
182 …PCNT_CHECK(!(evt_type == PCNT_EVT_H_LIM && value < 0), PCNT_LIMT_VAL_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_event_value()
193 case PCNT_EVT_H_LIM: in _pcnt_set_event_value()
218 case PCNT_EVT_H_LIM: in _pcnt_get_event_value()
373 _pcnt_set_event_value(pcnt_port, unit, PCNT_EVT_H_LIM, pcnt_config->counter_h_lim); in _pcnt_unit_config()
376 _pcnt_event_enable(pcnt_port, unit, PCNT_EVT_H_LIM, false); in _pcnt_unit_config()