Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32/include/hal/
Dtouch_sensor_ll.h33 #define TOUCH_LL_BITS_SWAP(v) TOUCH_LL_BIT_SWAP(v, TOUCH_PAD_NUM8, TOUCH_PAD_NUM9)
43 return TOUCH_PAD_NUM9; in touch_ll_num_wrap()
44 } else if (touch_num == TOUCH_PAD_NUM9) { in touch_ll_num_wrap()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dtouch_channel.h45 #define TOUCH_PAD_GPIO32_CHANNEL TOUCH_PAD_NUM9
Dtouch_sensor_channel.h37 #define TOUCH_PAD_GPIO9_CHANNEL TOUCH_PAD_NUM9
/hal_espressif-latest/components/soc/esp32/include/soc/
Dtouch_sensor_channel.h46 #define TOUCH_PAD_GPIO32_CHANNEL TOUCH_PAD_NUM9
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dtouch_sensor_channel.h46 #define TOUCH_PAD_GPIO9_CHANNEL TOUCH_PAD_NUM9
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h26 TOUCH_PAD_NUM9, /*!< Touch pad channel 9 is GPIO32(ESP32) / GPIO9(ESP32-S2) */ enumerator
/hal_espressif-latest/components/driver/touch_sensor/esp32/
Dtouch_sensor.c68 #define TOUCH_BITS_SWAP(v) BITSWAP(v, TOUCH_PAD_NUM8, TOUCH_PAD_NUM9)