Searched refs:pullUp (Results 1 – 7 of 7) sorted by relevance
31 static void BOARD_PullPanelResetPin(bool pullUp);32 static void BOARD_PullPanelPowerPin(bool pullUp);171 static void BOARD_PullPanelResetPin(bool pullUp) in BOARD_PullPanelResetPin() argument173 if (pullUp) in BOARD_PullPanelResetPin()183 static void BOARD_PullPanelPowerPin(bool pullUp) in BOARD_PullPanelPowerPin() argument185 if (pullUp) in BOARD_PullPanelPowerPin()
31 void (*pullResetPin)(bool pullUp); /*!< Function to pull reset pin high or low. */32 void (*pullPowerPin)(bool pullUp); /*!< Function to pull power pin high or low. */
36 void (*pullResetPin)(bool pullUp); /*!< Function to pull reset pin high or low. */37 void (*pullPowerPin)(bool pullUp); /*!< Function to pull power pin high or low. */
39 void (*pullResetPin)(bool pullUp); /*!< Function to pull reset pin high or low. */40 void (*pullPowerPin)(bool pullUp); /*!< Function to pull power pin high or low. */
63 static void BOARD_PullTouchResetPin(bool pullUp);108 static void BOARD_PullTouchResetPin(bool pullUp) in BOARD_PullTouchResetPin() argument110 if (pullUp) in BOARD_PullTouchResetPin()
197 uint8_t pullUp; /*!< Always on PAD PU (if corresponding AON GPIO controlled by AON HW) */ member
1837 if (aonPadCfg->pullUp) { in HBN_Aon_Pad_Cfg()
Completed in 16 milliseconds