Home
last modified time | relevance | path

Searched refs:touch_elem_handle_t (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/touch_element/include/touch_element/
Dtouch_element.h106 typedef void *touch_elem_handle_t; //!< Touch element handle type typedef
131 touch_elem_handle_t handle; //!< Touch element handle
254 esp_err_t touch_element_waterproof_add(touch_elem_handle_t element_handle);
269 esp_err_t touch_element_waterproof_remove(touch_elem_handle_t element_handle);
Dtouch_element_private.h75 touch_elem_handle_t handle;
85 touch_elem_handle_t *mask_handle; //Waterproof masked handle array
180 bool waterproof_check_mask_handle(touch_elem_handle_t te_handle);
Dtouch_button.h63 typedef touch_elem_handle_t touch_button_handle_t; //!< Button handle
Dtouch_matrix.h77 typedef touch_elem_handle_t touch_matrix_handle_t; //!< Matrix button instance handle
Dtouch_slider.h79 typedef touch_elem_handle_t touch_slider_handle_t; //!< Slider instance handle
/hal_espressif-3.6.0/components/touch_element/
Dtouch_element.c692 …waterproof_handle->mask_handle = (touch_elem_handle_t *) calloc(TOUCH_PAD_MAX, sizeof(touch_elem_h… in touch_element_waterproof_install()
726 esp_err_t touch_element_waterproof_add(touch_elem_handle_t element_handle) in touch_element_waterproof_add()
743 esp_err_t touch_element_waterproof_remove(touch_elem_handle_t element_handle) in touch_element_waterproof_remove()
856 bool waterproof_check_mask_handle(touch_elem_handle_t te_handle) in waterproof_check_mask_handle()
Dtouch_button.c135 *button_handle = (touch_elem_handle_t)te_button; in touch_button_create()
336 element_message.handle = (touch_elem_handle_t)button_handle; in button_event_give()
Dtouch_slider.c170 *slider_handle = (touch_elem_handle_t)te_slider; in touch_slider_create()
393 element_message.handle = (touch_elem_handle_t)slider_handle; in slider_event_give()
Dtouch_matrix.c164 *matrix_handle = (touch_elem_handle_t) te_matrix; in touch_matrix_create()
391 element_message.handle = (touch_elem_handle_t)matrix_handle; in matrix_event_give()