Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/ft3267/
Dfsl_ft3267.c49 handle->pullResetPinFunc = config->pullResetPinFunc; in FT3267_Init()
59 if (NULL != handle->pullResetPinFunc) in FT3267_Init()
61 handle->pullResetPinFunc(false); in FT3267_Init()
63 handle->pullResetPinFunc(true); in FT3267_Init()
79 if (NULL != handle->pullResetPinFunc) in FT3267_Deinit()
81 handle->pullResetPinFunc(false); in FT3267_Deinit()
Dfsl_ft3267.h76 ft3267_reset_pin_func_t pullResetPinFunc; /*!< Function to pull reset pin high or low. */ member
85 ft3267_reset_pin_func_t pullResetPinFunc; /*!< Function to pull reset pin high or low. */ member
/hal_nxp-3.5.0/mcux/mcux-sdk/components/gt911/
Dfsl_gt911.c86 handle->pullResetPinFunc = config->pullResetPinFunc; in GT911_Init()
90 config->pullResetPinFunc(false); in GT911_Init()
97 config->pullResetPinFunc(true); in GT911_Init()
136 config->pullResetPinFunc(true); in GT911_Init()
199 handle->pullResetPinFunc(false); in GT911_Deinit()
Dfsl_gt911.h111 gt911_reset_pin_func_t pullResetPinFunc; /*!< Function to pull reset pin high or low. */ member
123 gt911_reset_pin_func_t pullResetPinFunc; /*!< Function to pull reset pin high or low. */ member