Home
last modified time | relevance | path

Searched refs:touch_elem_sw_config_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element.h69 } touch_elem_sw_config_t; typedef
95 touch_elem_sw_config_t software; //!< Software configuration
/hal_espressif-3.6.0/components/touch_element/
Dtouch_element.c125 static esp_err_t te_sw_init(const touch_elem_sw_config_t *software_init);
641 static esp_err_t te_sw_init(const touch_elem_sw_config_t *software_init) in te_sw_init()
660 memcpy(&s_te_obj->global_config->software, software_init, sizeof(touch_elem_sw_config_t)); in te_sw_init()