Searched refs:PCNT_COUNT_INC (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.5.0/components/driver/test/ |
D | test_pcnt.c | 203 .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,
|
D | test_ledc.c | 134 .pos_mode = PCNT_COUNT_INC, in wave_count()
|
D | test_pwm.c | 84 .pos_mode = PCNT_COUNT_INC, in mcpwm_setup_testbench()
|
/hal_espressif-3.5.0/examples/peripherals/pcnt/rotary_encoder/components/rotary_encoder/src/ |
D | rotary_encoder_pcnt_ec11.c | 132 .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/ |
D | pcnt_event_example_main.c | 118 .pos_mode = PCNT_COUNT_INC, // Count up on the positive edge in pcnt_example_init()
|
/hal_espressif-3.5.0/components/driver/include/driver/ |
D | pcnt.h | 87 #define PCNT_COUNT_INC PCNT_CHANNEL_EDGE_ACTION_INCREASE /*!< Counter mode: Increase counter value … macro
|