Home
last modified time | relevance | path

Searched refs:pcnt_config_t (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.4.0/components/driver/test/
Dtest_pcnt.c198 pcnt_config_t pcnt_config = { in count_mode_test()
321 pcnt_config_t pcnt_config = {
334 pcnt_config_t temp_pcnt_config = pcnt_config;
389 pcnt_config_t pcnt_config = {
473 pcnt_config_t config = {
573 pcnt_config_t config = {
Dtest_ledc.c129 pcnt_config_t pcnt_config = { in wave_count()
Dtest_pwm.c79 pcnt_config_t pcnt_config = { in mcpwm_setup_testbench()
/hal_espressif-3.4.0/components/driver/include/driver/
Dpcnt.h105 } pcnt_config_t; typedef
119 esp_err_t pcnt_unit_config(const pcnt_config_t *pcnt_config);
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Dpcnt.rst31 The configuration is provided separately per unit's channel using :cpp:type:`pcnt_config_t` and cov…
38 …calling a function :cpp:func:`pcnt_unit_config` with above :cpp:type:`pcnt_config_t` as the input …
80 …`counter_l_lim` or :cpp:member:`counter_h_lim` provided in :cpp:type:`pcnt_config_t` as discussed …
/hal_espressif-3.4.0/examples/peripherals/pcnt/pulse_count_event/main/
Dpcnt_event_example_main.c111 pcnt_config_t pcnt_config = { in pcnt_example_init()
/hal_espressif-3.4.0/examples/peripherals/pcnt/rotary_encoder/components/rotary_encoder/src/
Drotary_encoder_pcnt_ec11.c126 pcnt_config_t dev_config = { in rotary_encoder_new_ec11()
/hal_espressif-3.4.0/components/driver/
Dpcnt.c348 static inline esp_err_t _pcnt_unit_config(pcnt_port_t pcnt_port, const pcnt_config_t *pcnt_config) in _pcnt_unit_config()
409 esp_err_t pcnt_unit_config(const pcnt_config_t *pcnt_config) in pcnt_unit_config()