Home
last modified time | relevance | path

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

/hal_nxp-latest/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-latest/mcux/mcux-sdk/components/gt911/
Dfsl_gt911.c86 handle->pullResetPinFunc = config->pullResetPinFunc; in GT911_Init()
93 if (NULL != config->pullResetPinFunc) in GT911_Init()
95 config->pullResetPinFunc(false); in GT911_Init()
103 if (NULL != config->pullResetPinFunc) in GT911_Init()
105 config->pullResetPinFunc(true); in GT911_Init()
148 config->pullResetPinFunc(true); in GT911_Init()
218 handle->pullResetPinFunc(false); in GT911_Deinit()
Dfsl_gt911.h115 gt911_reset_pin_func_t pullResetPinFunc; /*!< Function to pull reset pin high or low. */ member
127 gt911_reset_pin_func_t pullResetPinFunc; /*!< Function to pull reset pin high or low. */ member