Home
last modified time | relevance | path

Searched refs:waterproof (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c96 void touch_hal_waterproof_set_config(const touch_pad_waterproof_t *waterproof) in touch_hal_waterproof_set_config() argument
98 touch_ll_waterproof_set_guard_pad(waterproof->guard_ring_pad); in touch_hal_waterproof_set_config()
99 touch_ll_waterproof_set_sheild_driver(waterproof->shield_driver); in touch_hal_waterproof_set_config()
102 void touch_hal_waterproof_get_config(touch_pad_waterproof_t *waterproof) in touch_hal_waterproof_get_config() argument
104 touch_ll_waterproof_get_guard_pad(&waterproof->guard_ring_pad); in touch_hal_waterproof_get_config()
105 touch_ll_waterproof_get_sheild_driver(&waterproof->shield_driver); in touch_hal_waterproof_get_config()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c96 void touch_hal_waterproof_set_config(const touch_pad_waterproof_t *waterproof) in touch_hal_waterproof_set_config() argument
98 touch_ll_waterproof_set_guard_pad(waterproof->guard_ring_pad); in touch_hal_waterproof_set_config()
99 touch_ll_waterproof_set_sheild_driver(waterproof->shield_driver); in touch_hal_waterproof_set_config()
102 void touch_hal_waterproof_get_config(touch_pad_waterproof_t *waterproof) in touch_hal_waterproof_get_config() argument
104 touch_ll_waterproof_get_guard_pad(&waterproof->guard_ring_pad); in touch_hal_waterproof_get_config()
105 touch_ll_waterproof_get_sheild_driver(&waterproof->shield_driver); in touch_hal_waterproof_get_config()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c445 esp_err_t touch_pad_waterproof_set_config(const touch_pad_waterproof_t *waterproof) in touch_pad_waterproof_set_config() argument
447 TOUCH_NULL_POINTER_CHECK(waterproof, "waterproof"); in touch_pad_waterproof_set_config()
448 …ESP_RETURN_ON_FALSE(waterproof->guard_ring_pad < SOC_TOUCH_SENSOR_NUM, ESP_ERR_INVALID_ARG, TOUCH_… in touch_pad_waterproof_set_config()
449 …ESP_RETURN_ON_FALSE(waterproof->shield_driver < TOUCH_PAD_SHIELD_DRV_MAX, ESP_ERR_INVALID_ARG, TOU… in touch_pad_waterproof_set_config()
452 touch_hal_waterproof_set_config(waterproof); in touch_pad_waterproof_set_config()
457 esp_err_t touch_pad_waterproof_get_config(touch_pad_waterproof_t *waterproof) in touch_pad_waterproof_get_config() argument
459 TOUCH_NULL_POINTER_CHECK(waterproof, "waterproof"); in touch_pad_waterproof_get_config()
461 touch_hal_waterproof_get_config(waterproof); in touch_pad_waterproof_get_config()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c472 esp_err_t touch_pad_waterproof_set_config(const touch_pad_waterproof_t *waterproof) in touch_pad_waterproof_set_config() argument
474 TOUCH_NULL_POINTER_CHECK(waterproof, "waterproof"); in touch_pad_waterproof_set_config()
475 …ESP_RETURN_ON_FALSE(waterproof->guard_ring_pad < SOC_TOUCH_SENSOR_NUM, ESP_ERR_INVALID_ARG, TOUCH_… in touch_pad_waterproof_set_config()
476 …ESP_RETURN_ON_FALSE(waterproof->shield_driver < TOUCH_PAD_SHIELD_DRV_MAX, ESP_ERR_INVALID_ARG, TOU… in touch_pad_waterproof_set_config()
479 touch_hal_waterproof_set_config(waterproof); in touch_pad_waterproof_set_config()
484 esp_err_t touch_pad_waterproof_get_config(touch_pad_waterproof_t *waterproof) in touch_pad_waterproof_get_config() argument
486 TOUCH_NULL_POINTER_CHECK(waterproof, "waterproof"); in touch_pad_waterproof_get_config()
488 touch_hal_waterproof_get_config(waterproof); in touch_pad_waterproof_get_config()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/include/driver/
Dtouch_sensor.h436 esp_err_t touch_pad_waterproof_set_config(const touch_pad_waterproof_t *waterproof);
444 esp_err_t touch_pad_waterproof_get_config(touch_pad_waterproof_t *waterproof);
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/include/driver/
Dtouch_sensor.h436 esp_err_t touch_pad_waterproof_set_config(const touch_pad_waterproof_t *waterproof);
444 esp_err_t touch_pad_waterproof_get_config(touch_pad_waterproof_t *waterproof);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h415 void touch_hal_waterproof_set_config(const touch_pad_waterproof_t *waterproof);
422 void touch_hal_waterproof_get_config(touch_pad_waterproof_t *waterproof);
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h415 void touch_hal_waterproof_set_config(const touch_pad_waterproof_t *waterproof);
422 void touch_hal_waterproof_get_config(touch_pad_waterproof_t *waterproof);