Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/gt911/
Dfsl_gt911.c89 if (NULL != config->intPinFunc) in GT911_Init()
91 config->intPinFunc(kGT911_IntPinPullDown); in GT911_Init()
111 if (NULL != config->intPinFunc) in GT911_Init()
113 config->intPinFunc(kGT911_IntPinInput); in GT911_Init()
137 config->intPinFunc(kGT911_IntPinPullUp); in GT911_Init()
153 config->intPinFunc(kGT911_IntPinPullDown); in GT911_Init()
158 config->intPinFunc(kGT911_IntPinInput); in GT911_Init()
Dfsl_gt911.h114 …gt911_int_pin_func_t intPinFunc; /*!< Function to set interrupt pin to different mode. */ member