Home
last modified time | relevance | path

Searched refs:PCNT_MODE_REVERSE (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-2.7.6/components/driver/test/
Dtest_pcnt.c199 .lctrl_mode = PCNT_MODE_REVERSE, in count_mode_test()
256 PCNT_MODE_REVERSE, PCNT_MODE_KEEP)); in count_mode_test()
268 PCNT_MODE_KEEP, PCNT_MODE_REVERSE)); in count_mode_test()
280 PCNT_MODE_REVERSE, PCNT_MODE_KEEP)); in count_mode_test()
322 .lctrl_mode = PCNT_MODE_REVERSE,
390 .lctrl_mode = PCNT_MODE_REVERSE,
474 .lctrl_mode = PCNT_MODE_REVERSE,
574 .lctrl_mode = PCNT_MODE_REVERSE,
Dtest_pwm.c111 .lctrl_mode = PCNT_MODE_REVERSE, in pcnt_init()
130 .lctrl_mode = PCNT_MODE_REVERSE, in pcnt_count()
Dtest_ledc.c115 .lctrl_mode = PCNT_MODE_REVERSE, in wave_count()
/hal_espressif-2.7.6/components/hal/include/hal/
Dpcnt_types.h56PCNT_MODE_REVERSE = 1, /*!< Control mode: invert counter mode(increase -> decrease, decre… enumerator
/hal_espressif-2.7.6/examples/peripherals/pcnt/pulse_count_event/main/
Dpcnt_event_example_main.c121 .lctrl_mode = PCNT_MODE_REVERSE, // Reverse counting direction if low in pcnt_example_init()
/hal_espressif-2.7.6/examples/peripherals/pcnt/rotary_encoder/components/rotary_encoder/src/
Drotary_encoder_pcnt_ec11.c125 .lctrl_mode = PCNT_MODE_REVERSE, in rotary_encoder_new_ec11()