Home
last modified time | relevance | path

Searched refs:PCNT_CTRL_CH0_IN0_IDX (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.4.0/components/soc/esp32s2/
Dpcnt_periph.c27 .control_sig = PCNT_CTRL_CH0_IN0_IDX,
/hal_espressif-3.4.0/components/soc/esp32s3/
Dpcnt_periph.c27 .control_sig = PCNT_CTRL_CH0_IN0_IDX,
/hal_espressif-3.4.0/components/soc/esp32/
Dpcnt_periph.c27 .control_sig = PCNT_CTRL_CH0_IN0_IDX,
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dgpio_sig_map.h72 #define PCNT_CTRL_CH0_IN0_IDX 41 macro
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dgpio_sig_map.h95 #define PCNT_CTRL_CH0_IN0_IDX 41 macro
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dgpio_sig_map.h84 #define PCNT_CTRL_CH0_IN0_IDX 35 macro
/hal_espressif-3.4.0/components/driver/test/
Dtest_pcnt.c63 …vel ? GPIO_MATRIX_CONST_ONE_INPUT : GPIO_MATRIX_CONST_ZERO_INPUT, PCNT_CTRL_CH0_IN0_IDX, 0); // PC… in pcnt_test_io_config()