Home
last modified time | relevance | path

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

/device/soc/bestechnic/bes2600/liteos_m/components/drivers/touch/include/
Dtouch_if.h29 #define TOUCH_EVENT_NONE (0x80) macro
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/touch/
Dtouch.c60 … if (msg.event != TOUCH_EVENT_NONE && memcmp(&msg, &last_msg, sizeof(struct touch_msg)) != 0) { in touch_task()
Dtouch_ztw523.c179 msg->event = TOUCH_EVENT_NONE; in ztw_get_point()