Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c114 bool touch_hal_enable_proximity(touch_pad_t touch_num, bool enabled) in touch_hal_enable_proximity() function
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c114 bool touch_hal_enable_proximity(touch_pad_t touch_num, bool enabled) in touch_hal_enable_proximity() function
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h448 bool touch_hal_enable_proximity(touch_pad_t touch_num, bool enabled);
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h448 bool touch_hal_enable_proximity(touch_pad_t touch_num, bool enabled);
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c489 if (!touch_hal_enable_proximity(touch_num, enabled)) { in touch_pad_proximity_enable()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c516 if (!touch_hal_enable_proximity(touch_num, enabled)) { in touch_pad_proximity_enable()