STM32H735xx HAL User Manual
|
Defines | |
#define | LL_PWR_WAKEUP_PIN_NOPULL 0x00000000UL |
#define | LL_PWR_WAKEUP_PIN_PULLUP 0x00000001UL |
#define | LL_PWR_WAKEUP_PIN_PULLDOWN 0x00000002UL |
#define LL_PWR_WAKEUP_PIN_NOPULL 0x00000000UL |
Configure Wake-Up pin in no pull
Definition at line 286 of file stm32h7xx_ll_pwr.h.
Referenced by LL_PWR_SetWakeUpPinPullNone().
#define LL_PWR_WAKEUP_PIN_PULLDOWN 0x00000002UL |
Configure Wake-Up pin in pull Down
Definition at line 288 of file stm32h7xx_ll_pwr.h.
Referenced by LL_PWR_SetWakeUpPinPullDown().
#define LL_PWR_WAKEUP_PIN_PULLUP 0x00000001UL |
Configure Wake-Up pin in pull Up
Definition at line 287 of file stm32h7xx_ll_pwr.h.
Referenced by LL_PWR_SetWakeUpPinPullUp().