Searched refs:waterproof (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/ |
D | touch_sensor_hal.c | 96 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/ |
D | touch_sensor_hal.c | 96 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/ |
D | touch_sensor.c | 445 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/ |
D | touch_sensor.c | 472 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/ |
D | touch_sensor.h | 436 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/ |
D | touch_sensor.h | 436 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/ |
D | touch_sensor_hal.h | 415 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/ |
D | touch_sensor_hal.h | 415 void touch_hal_waterproof_set_config(const touch_pad_waterproof_t *waterproof); 422 void touch_hal_waterproof_get_config(touch_pad_waterproof_t *waterproof);
|