Searched refs:PCNT_EVT_L_LIM (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.4.0/examples/peripherals/pcnt/pulse_count_event/main/ |
D | pcnt_event_example_main.c | 142 pcnt_event_enable(unit, PCNT_EVT_L_LIM); in pcnt_example_init() 183 if (evt.status & PCNT_EVT_L_LIM) { in app_main()
|
/hal_espressif-3.4.0/components/driver/ |
D | pcnt.c | 157 case PCNT_EVT_L_LIM: in _pcnt_event_enable() 178 …PCNT_CHECK(!(evt_type == PCNT_EVT_L_LIM && value > 0), PCNT_LIMT_VAL_ERR_STR, ESP_ERR_INVALID_ARG); in _pcnt_set_event_value() 187 case PCNT_EVT_L_LIM: in _pcnt_set_event_value() 212 case PCNT_EVT_L_LIM: in _pcnt_get_event_value() 371 _pcnt_set_event_value(pcnt_port, unit, PCNT_EVT_L_LIM, pcnt_config->counter_l_lim); in _pcnt_unit_config() 374 _pcnt_event_enable(pcnt_port, unit, PCNT_EVT_L_LIM, false); in _pcnt_unit_config()
|
/hal_espressif-3.4.0/components/driver/test/ |
D | test_pcnt.c | 132 if (status & PCNT_EVT_L_LIM) { in event_calculate() 507 …TEST_ESP_OK(pcnt_event_enable(PCNT_UNIT_0, PCNT_EVT_L_LIM)); // when arrive to minimum limit trig… 556 TEST_ESP_OK(pcnt_event_disable(PCNT_UNIT_0, PCNT_EVT_L_LIM)); 607 …TEST_ESP_OK(pcnt_event_enable(PCNT_UNIT_0, PCNT_EVT_L_LIM)); // when arrive to minimum limit trig… 658 TEST_ESP_OK(pcnt_event_disable(PCNT_UNIT_0, PCNT_EVT_L_LIM));
|
/hal_espressif-3.4.0/examples/peripherals/pcnt/rotary_encoder/components/rotary_encoder/src/ |
D | rotary_encoder_pcnt_ec11.c | 107 } else if (status & PCNT_EVT_L_LIM) { in ec11_pcnt_overflow_handler() 165 pcnt_event_enable(ec11->pcnt_unit, PCNT_EVT_L_LIM); in rotary_encoder_new_ec11()
|
/hal_espressif-3.4.0/components/driver/include/driver/ |
D | pcnt.h | 65 PCNT_EVT_L_LIM = 1 << 4, /*!< PCNT watch point event: Minimum counter value */ enumerator
|