Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/boards/evkmimxrt1170/
Ddisplay_support.c86 static void BOARD_PullPanelResetPin(bool pullUp);
87 static void BOARD_PullPanelPowerPin(bool pullUp);
205 static void BOARD_PullPanelResetPin(bool pullUp) in BOARD_PullPanelResetPin() argument
207 if (pullUp) in BOARD_PullPanelResetPin()
217 static void BOARD_PullPanelPowerPin(bool pullUp) in BOARD_PullPanelPowerPin() argument
219 if (pullUp) in BOARD_PullPanelPowerPin()
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_elcdif.h410 static inline void ELCDIF_PullUpResetPin(LCDIF_Type *base, bool pullUp) in ELCDIF_PullUpResetPin() argument
412 if (pullUp) in ELCDIF_PullUpResetPin()