Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element_private.h96 } te_button_handle_config_t; typedef
101 te_button_handle_config_t *config; //Button configuration
/hal_espressif-3.6.0/components/touch_element/
Dtouch_button.c116 te_button->config = (te_button_handle_config_t *)calloc(1, sizeof(te_button_handle_config_t)); in touch_button_create()