Searched refs:touch_elem_handle_t (Results 1 – 9 of 9) sorted by relevance
106 typedef void *touch_elem_handle_t; //!< Touch element handle type typedef131 touch_elem_handle_t handle; //!< Touch element handle254 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);
75 touch_elem_handle_t handle;85 touch_elem_handle_t *mask_handle; //Waterproof masked handle array180 bool waterproof_check_mask_handle(touch_elem_handle_t te_handle);
63 typedef touch_elem_handle_t touch_button_handle_t; //!< Button handle
77 typedef touch_elem_handle_t touch_matrix_handle_t; //!< Matrix button instance handle
79 typedef touch_elem_handle_t touch_slider_handle_t; //!< Slider instance handle
692 …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()
135 *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()
170 *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()
164 *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()