Searched refs:PCNT_MODE_REVERSE (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-2.7.6/components/driver/test/ |
D | test_pcnt.c | 199 .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,
|
D | test_pwm.c | 111 .lctrl_mode = PCNT_MODE_REVERSE, in pcnt_init() 130 .lctrl_mode = PCNT_MODE_REVERSE, in pcnt_count()
|
D | test_ledc.c | 115 .lctrl_mode = PCNT_MODE_REVERSE, in wave_count()
|
/hal_espressif-2.7.6/components/hal/include/hal/ |
D | pcnt_types.h | 56 …PCNT_MODE_REVERSE = 1, /*!< Control mode: invert counter mode(increase -> decrease, decre… enumerator
|
/hal_espressif-2.7.6/examples/peripherals/pcnt/pulse_count_event/main/ |
D | pcnt_event_example_main.c | 121 .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/ |
D | rotary_encoder_pcnt_ec11.c | 125 .lctrl_mode = PCNT_MODE_REVERSE, in rotary_encoder_new_ec11()
|