STM32H735xx HAL User Manual
Defines
PWREx Pin Pull configuration
PWREx Exported Constants

Defines

#define PWR_PIN_NO_PULL   (0x00000000U)
#define PWR_PIN_PULL_UP   (0x00000001U)
#define PWR_PIN_PULL_DOWN   (0x00000002U)

Define Documentation

#define PWR_PIN_NO_PULL   (0x00000000U)

Definition at line 153 of file stm32h7xx_hal_pwr_ex.h.

#define PWR_PIN_PULL_DOWN   (0x00000002U)

Definition at line 155 of file stm32h7xx_hal_pwr_ex.h.

#define PWR_PIN_PULL_UP   (0x00000001U)

Definition at line 154 of file stm32h7xx_hal_pwr_ex.h.