Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/driver/test/
Dtest_pcnt.c203 .pos_mode = PCNT_COUNT_INC, in count_mode_test()
225 PCNT_COUNT_INC, PCNT_COUNT_DIS, in count_mode_test()
261 PCNT_COUNT_INC, PCNT_COUNT_DIS, in count_mode_test()
273 PCNT_COUNT_INC, PCNT_COUNT_DIS, in count_mode_test()
297 PCNT_COUNT_INC, PCNT_COUNT_DIS, in count_mode_test()
309 PCNT_COUNT_INC, PCNT_COUNT_DIS, in count_mode_test()
326 .pos_mode = PCNT_COUNT_INC,
394 .pos_mode = PCNT_COUNT_INC,
478 .pos_mode = PCNT_COUNT_INC,
578 .pos_mode = PCNT_COUNT_INC,
Dtest_ledc.c134 .pos_mode = PCNT_COUNT_INC, in wave_count()
Dtest_pwm.c84 .pos_mode = PCNT_COUNT_INC, in mcpwm_setup_testbench()
/hal_espressif-3.5.0/examples/peripherals/pcnt/rotary_encoder/components/rotary_encoder/src/
Drotary_encoder_pcnt_ec11.c132 .neg_mode = PCNT_COUNT_INC, in rotary_encoder_new_ec11()
144 dev_config.pos_mode = PCNT_COUNT_INC; in rotary_encoder_new_ec11()
/hal_espressif-3.5.0/examples/peripherals/pcnt/pulse_count_event/main/
Dpcnt_event_example_main.c118 .pos_mode = PCNT_COUNT_INC, // Count up on the positive edge in pcnt_example_init()
/hal_espressif-3.5.0/components/driver/include/driver/
Dpcnt.h87 #define PCNT_COUNT_INC PCNT_CHANNEL_EDGE_ACTION_INCREASE /*!< Counter mode: Increase counter value … macro