Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c121 … if (ch_num[i] == TOUCH_PAD_NUM0 || ch_num[i] >= TOUCH_PAD_MAX || ch_num[i] == touch_num) { in touch_hal_enable_proximity()
132 ch_num[i] = TOUCH_PAD_NUM0; in touch_hal_enable_proximity()
148 touch_ll_sleep_set_channel_num(TOUCH_PAD_NUM0); in touch_hal_sleep_channel_enable()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c121 … if (ch_num[i] == TOUCH_PAD_NUM0 || ch_num[i] >= TOUCH_PAD_MAX || ch_num[i] == touch_num) { in touch_hal_enable_proximity()
132 ch_num[i] = TOUCH_PAD_NUM0; in touch_hal_enable_proximity()
148 touch_ll_sleep_set_channel_num(TOUCH_PAD_NUM0); in touch_hal_sleep_channel_enable()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dtouch_channel.h18 #define TOUCH_PAD_GPIO4_CHANNEL TOUCH_PAD_NUM0
/hal_espressif-latest/components/soc/esp32/include/soc/
Dtouch_sensor_channel.h19 #define TOUCH_PAD_GPIO4_CHANNEL TOUCH_PAD_NUM0
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h17 TOUCH_PAD_NUM0 = 0, /*!< Touch pad channel 0 is GPIO4(ESP32) */ enumerator
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c1492 touch_pad_t touch_num = TOUCH_PAD_NUM0;
1494 if ((touch_num > TOUCH_PAD_NUM0) && (touch_num < TOUCH_PAD_MAX) && touch_ll_get_fsm_state()) {