Home
last modified time | relevance | path

Searched refs:TOUCH_PAD_NUM8 (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)
42 if (touch_num == TOUCH_PAD_NUM8) { in touch_ll_num_wrap()
45 return TOUCH_PAD_NUM8; in touch_ll_num_wrap()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dtouch_channel.h42 #define TOUCH_PAD_GPIO33_CHANNEL TOUCH_PAD_NUM8
Dtouch_sensor_channel.h34 #define TOUCH_PAD_GPIO8_CHANNEL TOUCH_PAD_NUM8
/hal_espressif-latest/components/soc/esp32/include/soc/
Dtouch_sensor_channel.h43 #define TOUCH_PAD_GPIO33_CHANNEL TOUCH_PAD_NUM8
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dtouch_sensor_channel.h43 #define TOUCH_PAD_GPIO8_CHANNEL TOUCH_PAD_NUM8
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h25 TOUCH_PAD_NUM8, /*!< Touch pad channel 8 is GPIO33(ESP32) / GPIO8(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)