Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/
Dtouch_sensor_hal.c152 void touch_hal_sleep_channel_get_config(touch_pad_sleep_channel_t *slp_config) in touch_hal_sleep_channel_get_config() argument
154 touch_ll_sleep_get_channel_num(&slp_config->touch_num); in touch_hal_sleep_channel_get_config()
155 slp_config->en_proximity = touch_ll_sleep_get_approach_status(); in touch_hal_sleep_channel_get_config()
/hal_espressif-latest/components/hal/esp32s3/
Dtouch_sensor_hal.c152 void touch_hal_sleep_channel_get_config(touch_pad_sleep_channel_t *slp_config) in touch_hal_sleep_channel_get_config() argument
154 touch_ll_sleep_get_channel_num(&slp_config->touch_num); in touch_hal_sleep_channel_get_config()
155 slp_config->en_proximity = touch_ll_sleep_get_approach_status(); in touch_hal_sleep_channel_get_config()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c547 esp_err_t touch_pad_sleep_channel_get_info(touch_pad_sleep_channel_t *slp_config) in touch_pad_sleep_channel_get_info() argument
549 TOUCH_NULL_POINTER_CHECK(slp_config, "slp_config"); in touch_pad_sleep_channel_get_info()
551 touch_hal_sleep_channel_get_config(slp_config); in touch_pad_sleep_channel_get_info()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c574 esp_err_t touch_pad_sleep_channel_get_info(touch_pad_sleep_channel_t *slp_config) in touch_pad_sleep_channel_get_info() argument
576 TOUCH_NULL_POINTER_CHECK(slp_config, "slp_config"); in touch_pad_sleep_channel_get_info()
578 touch_hal_sleep_channel_get_config(slp_config); in touch_pad_sleep_channel_get_info()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/include/driver/
Dtouch_sensor.h523 esp_err_t touch_pad_sleep_channel_get_info(touch_pad_sleep_channel_t *slp_config);
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/include/driver/
Dtouch_sensor.h523 esp_err_t touch_pad_sleep_channel_get_info(touch_pad_sleep_channel_t *slp_config);
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h503 void touch_hal_sleep_channel_get_config(touch_pad_sleep_channel_t *slp_config);
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h503 void touch_hal_sleep_channel_get_config(touch_pad_sleep_channel_t *slp_config);