Searched refs:counter_l_lim (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/driver/test/ |
D | test_pcnt.c | 208 .counter_l_lim = -101, in count_mode_test() 331 .counter_l_lim = 0, 399 .counter_l_lim = -10, 483 .counter_l_lim = 0, 583 .counter_l_lim = -5,
|
D | test_ledc.c | 139 .counter_l_lim = LOWEST_LIMIT, in wave_count()
|
D | test_pwm.c | 89 .counter_l_lim = -10000, in mcpwm_setup_testbench()
|
/hal_espressif-3.6.0/examples/peripherals/pcnt/pulse_count_event/main/ |
D | pcnt_event_example_main.c | 125 .counter_l_lim = PCNT_L_LIM_VAL, in pcnt_example_init()
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | pcnt.h | 102 int16_t counter_l_lim; /*!< Minimum counter value */ member
|
/hal_espressif-3.6.0/examples/peripherals/pcnt/rotary_encoder/components/rotary_encoder/src/ |
D | rotary_encoder_pcnt_ec11.c | 136 .counter_l_lim = EC11_PCNT_DEFAULT_LOW_LIMIT, in rotary_encoder_new_ec11()
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | pcnt.rst | 80 …* Minimum or maximum count values: :cpp:member:`counter_l_lim` or :cpp:member:`counter_h_lim` prov…
|
/hal_espressif-3.6.0/components/driver/ |
D | pcnt.c | 371 _pcnt_set_event_value(pcnt_port, unit, PCNT_EVT_L_LIM, pcnt_config->counter_l_lim); in _pcnt_unit_config()
|