Home
last modified time | relevance | path

Searched refs:SOC_TOUCH_PROXIMITY_CHANNEL_NUM (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32s2/
Dtouch_sensor_hal.c60 …touch_pad_t prox_pad[SOC_TOUCH_PROXIMITY_CHANNEL_NUM] = {[0 ... (SOC_TOUCH_PROXIMITY_CHANNEL_NUM -… in touch_hal_deinit()
124 touch_pad_t ch_num[SOC_TOUCH_PROXIMITY_CHANNEL_NUM] = {0}; in touch_hal_enable_proximity()
127 for (i = 0; i < SOC_TOUCH_PROXIMITY_CHANNEL_NUM; i++) { in touch_hal_enable_proximity()
133 if (i == SOC_TOUCH_PROXIMITY_CHANNEL_NUM) { in touch_hal_enable_proximity()
137 for (i = 0; i < SOC_TOUCH_PROXIMITY_CHANNEL_NUM; i++) { in touch_hal_enable_proximity()
/hal_espressif-3.6.0/components/hal/esp32s3/
Dtouch_sensor_hal.c53 …touch_pad_t prox_pad[SOC_TOUCH_PROXIMITY_CHANNEL_NUM] = {[0 ... (SOC_TOUCH_PROXIMITY_CHANNEL_NUM -… in touch_hal_deinit()
117 touch_pad_t ch_num[SOC_TOUCH_PROXIMITY_CHANNEL_NUM] = {0}; in touch_hal_enable_proximity()
120 for (i = 0; i < SOC_TOUCH_PROXIMITY_CHANNEL_NUM; i++) { in touch_hal_enable_proximity()
126 if (i == SOC_TOUCH_PROXIMITY_CHANNEL_NUM) { in touch_hal_enable_proximity()
130 for (i = 0; i < SOC_TOUCH_PROXIMITY_CHANNEL_NUM; i++) { in touch_hal_enable_proximity()
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dsoc_caps.h227 #define SOC_TOUCH_PROXIMITY_CHANNEL_NUM (3) /* Sopport touch proximity channel number. */ macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dsoc_caps.h244 #define SOC_TOUCH_PROXIMITY_CHANNEL_NUM (3) /* Sopport touch proximity channel number. */ macro