Home
last modified time | relevance | path

Searched refs:guard_ring_pad (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c98 touch_ll_waterproof_set_guard_pad(waterproof->guard_ring_pad); in touch_hal_waterproof_set_config()
104 touch_ll_waterproof_get_guard_pad(&waterproof->guard_ring_pad); in touch_hal_waterproof_get_config()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c98 touch_ll_waterproof_set_guard_pad(waterproof->guard_ring_pad); in touch_hal_waterproof_set_config()
104 touch_ll_waterproof_get_guard_pad(&waterproof->guard_ring_pad); in touch_hal_waterproof_get_config()
/hal_espressif-latest/components/hal/include/hal/
Dtouch_sensor_types.h216 touch_pad_t guard_ring_pad; /*!<Waterproof. Select touch channel use for guard pad. member
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c448 …ESP_RETURN_ON_FALSE(waterproof->guard_ring_pad < SOC_TOUCH_SENSOR_NUM, ESP_ERR_INVALID_ARG, TOUCH_… in touch_pad_waterproof_set_config()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c475 …ESP_RETURN_ON_FALSE(waterproof->guard_ring_pad < SOC_TOUCH_SENSOR_NUM, ESP_ERR_INVALID_ARG, TOUCH_… in touch_pad_waterproof_set_config()