Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/touch_element/
Dtouch_element.c24 #define TE_CLASS_ITEM(cls, cls_type, cls_item) ((&((cls)[cls_type]))->cls_item) macro
34 TE_CLASS_ITEM(cls, cls_method, handle) = NULL; \
42 if (TE_CLASS_ITEM(cls, cls_method, handle) != NULL) { \
43 ret |= TE_CLASS_ITEM(cls, cls_method, check_channel(channel)); \
52 if (TE_CLASS_ITEM(cls, cls_method, handle) != NULL) { \
53 TE_CLASS_ITEM(cls, cls_method, set_threshold()); \
61 if (TE_CLASS_ITEM(cls, cls_method, handle) != NULL) { \
62 TE_CLASS_ITEM(cls, cls_method, process_state()); \
70 if (TE_CLASS_ITEM(cls, cls_method, handle) != NULL) { \
71 TE_CLASS_ITEM(cls, cls_method, update_state(channel, state)); \
[all …]