Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406/
Dfsl_ft5406.h37 kTouch_Down = 0, /*!< The state changed to touched. */ enumerator
Dfsl_ft5406.c121 if ((*touch_event == kTouch_Down) || (*touch_event == kTouch_Contact)) in FT5406_GetSingleTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft5406_rt/
Dfsl_ft5406_rt.h37 kTouch_Down = 0, /*!< The state changed to touched. */ enumerator
Dfsl_ft5406_rt.c121 if ((*touch_event == kTouch_Down) || (*touch_event == kTouch_Contact)) in FT5406_RT_GetSingleTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft6x06/
Dfsl_ft6x06.h38 kTouch_Down = 0, /*!< The state changed to touched. */ enumerator
Dfsl_ft6x06.c153 if ((*touch_event == kTouch_Down) || (*touch_event == kTouch_Contact)) in FT6X06_GetSingleTouch()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.h57 kTouch_Down = 0, /*!< The state changed to touched. */ enumerator
Dfsl_ft3267.c110 if ((touch_event_local == kTouch_Down) || (touch_event_local == kTouch_Contact)) in FT3267_GetSingleTouch()