Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element.h88 } touch_elem_hw_config_t; typedef
94 touch_elem_hw_config_t hardware; //!< Hardware configuration
/hal_espressif-3.6.0/components/touch_element/
Dtouch_element.c124 static esp_err_t te_hw_init(const touch_elem_hw_config_t *hardware_init);
595 static esp_err_t te_hw_init(const touch_elem_hw_config_t *hardware_init) in te_hw_init()
637 memcpy(&s_te_obj->global_config->hardware, hardware_init, sizeof(touch_elem_hw_config_t)); in te_hw_init()