STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_PWR_SetRegulModeDS (uint32_t RegulMode) |
Set the voltage Regulator mode during deep sleep mode. | |
__STATIC_INLINE uint32_t | LL_PWR_GetRegulModeDS (void) |
Get the voltage Regulator mode during deep sleep mode. | |
__STATIC_INLINE void | LL_PWR_EnablePVD (void) |
Enable Power Voltage Detector. | |
__STATIC_INLINE void | LL_PWR_DisablePVD (void) |
Disable Power Voltage Detector. | |
__STATIC_INLINE uint32_t | LL_PWR_IsEnabledPVD (void) |
Check if Power Voltage Detector is enabled. | |
__STATIC_INLINE void | LL_PWR_SetPVDLevel (uint32_t PVDLevel) |
Configure the voltage threshold detected by the Power Voltage Detector. | |
__STATIC_INLINE uint32_t | LL_PWR_GetPVDLevel (void) |
Get the voltage threshold detection. | |
__STATIC_INLINE void | LL_PWR_EnableBkUpAccess (void) |
Enable access to the backup domain. | |
__STATIC_INLINE void | LL_PWR_DisableBkUpAccess (void) |
Disable access to the backup domain. | |
__STATIC_INLINE uint32_t | LL_PWR_IsEnabledBkUpAccess (void) |
Check if the backup domain is enabled. | |
__STATIC_INLINE void | LL_PWR_EnableFlashPowerDown (void) |
Enable the Flash Power Down in Stop Mode. | |
__STATIC_INLINE void | LL_PWR_DisableFlashPowerDown (void) |
Disable the Flash Power Down in Stop Mode. | |
__STATIC_INLINE uint32_t | LL_PWR_IsEnabledFlashPowerDown (void) |
Check if the Flash Power Down in Stop Mode is enabled. | |
__STATIC_INLINE void | LL_PWR_SetStopModeRegulVoltageScaling (uint32_t VoltageScaling) |
Set the internal Regulator output voltage in STOP mode. | |
__STATIC_INLINE uint32_t | LL_PWR_GetStopModeRegulVoltageScaling (void) |
Get the internal Regulator output voltage in STOP mode. | |
__STATIC_INLINE void | LL_PWR_EnableAVD (void) |
Enable Analog Power Voltage Detector. | |
__STATIC_INLINE void | LL_PWR_DisableAVD (void) |
Disable Analog Power Voltage Detector. | |
__STATIC_INLINE uint32_t | LL_PWR_IsEnabledAVD (void) |
Check if Analog Power Voltage Detector is enabled. | |
__STATIC_INLINE void | LL_PWR_SetAVDLevel (uint32_t AVDLevel) |
Configure the voltage threshold to be detected by the Analog Power Voltage Detector. | |
__STATIC_INLINE uint32_t | LL_PWR_GetAVDLevel (void) |
Get the Analog Voltage threshold to be detected by the Analog Power Voltage Detector. | |
__STATIC_INLINE void | LL_PWR_EnableBkUpRegulator (void) |
Enable Backup Regulator. | |
__STATIC_INLINE void | LL_PWR_DisableBkUpRegulator (void) |
Disable Backup Regulator. | |
__STATIC_INLINE uint32_t | LL_PWR_IsEnabledBkUpRegulator (void) |
Check if the backup Regulator is enabled. | |
__STATIC_INLINE void | LL_PWR_EnableMonitoring (void) |
Enable VBAT and Temperature monitoring. | |
__STATIC_INLINE void | LL_PWR_DisableMonitoring (void) |
Disable VBAT and Temperature monitoring. | |
__STATIC_INLINE uint32_t | LL_PWR_IsEnabledMonitoring (void) |
Check if the VBAT and Temperature monitoring is enabled. | |
__STATIC_INLINE void | LL_PWR_ConfigSupply (uint32_t SupplySource) |
Configure the PWR supply. | |
__STATIC_INLINE uint32_t | LL_PWR_GetSupply (void) |
Get the PWR supply. | |
__STATIC_INLINE void | LL_PWR_EnableBatteryCharging (void) |
Enable battery charging. | |
__STATIC_INLINE void | LL_PWR_DisableBatteryCharging (void) |
Disable battery charging. | |
__STATIC_INLINE uint32_t | LL_PWR_IsEnabledBatteryCharging (void) |
Check if battery charging is enabled. | |
__STATIC_INLINE void | LL_PWR_SetBattChargResistor (uint32_t Resistor) |
Set the Battery charge resistor impedance. | |
__STATIC_INLINE uint32_t | LL_PWR_GetBattChargResistor (void) |
Get the Battery charge resistor impedance. | |
__STATIC_INLINE void | LL_PWR_EnableUSBReg (void) |
Enable the USB regulator. | |
__STATIC_INLINE void | LL_PWR_DisableUSBReg (void) |
Disable the USB regulator. | |
__STATIC_INLINE uint32_t | LL_PWR_IsEnabledUSBReg (void) |
Check if the USB regulator is enabled. | |
__STATIC_INLINE void | LL_PWR_EnableUSBVoltageDetector (void) |
Enable the USB voltage detector. | |
__STATIC_INLINE void | LL_PWR_DisableUSBVoltageDetector (void) |
Disable the USB voltage detector. | |
__STATIC_INLINE uint32_t | LL_PWR_IsEnabledUSBVoltageDetector (void) |
Check if the USB voltage detector is enabled. | |
__STATIC_INLINE void | LL_PWR_CPU_SetD1PowerMode (uint32_t PDMode) |
Set the D1 domain Power Down mode when the CPU enters deepsleep. | |
__STATIC_INLINE uint32_t | LL_PWR_CPU_GetD1PowerMode (void) |
Get the D1 Domain Power Down mode when the CPU enters deepsleep. | |
__STATIC_INLINE void | LL_PWR_CPU_SetD2PowerMode (uint32_t PDMode) |
Set the D2 domain Power Down mode when the CPU enters deepsleep. | |
__STATIC_INLINE uint32_t | LL_PWR_CPU_GetD2PowerMode (void) |
Get the D2 Domain Power Down mode when the CPU enters deepsleep. | |
__STATIC_INLINE void | LL_PWR_CPU_SetD3PowerMode (uint32_t PDMode) |
Set the D3 domain Power Down mode when the CPU enters deepsleep. | |
__STATIC_INLINE uint32_t | LL_PWR_CPU_GetD3PowerMode (void) |
Get the D3 Domain Power Down mode when the CPU enters deepsleep. | |
__STATIC_INLINE void | LL_PWR_CPU_EnableD3RunInLowPowerMode (void) |
D3 domain remains in Run mode regardless of CPU subsystem modes. | |
__STATIC_INLINE void | LL_PWR_CPU_DisableD3RunInLowPowerMode (void) |
D3 domain follows CPU subsystem modes. | |
__STATIC_INLINE uint32_t | LL_PWR_CPU_IsEnabledD3RunInLowPowerMode (void) |
Check if D3 is kept in Run mode when CPU enters low power mode. | |
__STATIC_INLINE void | LL_PWR_SetRegulVoltageScaling (uint32_t VoltageScaling) |
Set the main internal Regulator output voltage. | |
__STATIC_INLINE uint32_t | LL_PWR_GetRegulVoltageScaling (void) |
Get the main internal Regulator output voltage. | |
__STATIC_INLINE void | LL_PWR_EnableWakeUpPin (uint32_t WakeUpPin) |
Enable the WakeUp PINx functionality. | |
__STATIC_INLINE void | LL_PWR_DisableWakeUpPin (uint32_t WakeUpPin) |
Disable the WakeUp PINx functionality. | |
__STATIC_INLINE uint32_t | LL_PWR_IsEnabledWakeUpPin (uint32_t WakeUpPin) |
Check if the WakeUp PINx functionality is enabled. | |
__STATIC_INLINE void | LL_PWR_SetWakeUpPinPolarityLow (uint32_t WakeUpPin) |
Set the Wake-Up pin polarity low for the event detection. | |
__STATIC_INLINE void | LL_PWR_SetWakeUpPinPolarityHigh (uint32_t WakeUpPin) |
Set the Wake-Up pin polarity high for the event detection. | |
__STATIC_INLINE uint32_t | LL_PWR_IsWakeUpPinPolarityLow (uint32_t WakeUpPin) |
Get the Wake-Up pin polarity for the event detection. | |
__STATIC_INLINE void | LL_PWR_SetWakeUpPinPullNone (uint32_t WakeUpPin) |
Set the Wake-Up pin Pull None. | |
__STATIC_INLINE void | LL_PWR_SetWakeUpPinPullUp (uint32_t WakeUpPin) |
Set the Wake-Up pin Pull Up. | |
__STATIC_INLINE void | LL_PWR_SetWakeUpPinPullDown (uint32_t WakeUpPin) |
Set the Wake-Up pin Pull Down. | |
__STATIC_INLINE uint32_t | LL_PWR_GetWakeUpPinPull (uint32_t WakeUpPin) |
Get the Wake-Up pin pull. |
__STATIC_INLINE void LL_PWR_ConfigSupply | ( | uint32_t | SupplySource | ) |
Configure the PWR supply.
SupplySource | This parameter can be one of the following values: |
None |
Definition at line 996 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_CPU_DisableD3RunInLowPowerMode | ( | void | ) |
D3 domain follows CPU subsystem modes.
None |
Definition at line 1501 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_CPU_EnableD3RunInLowPowerMode | ( | void | ) |
D3 domain remains in Run mode regardless of CPU subsystem modes.
None |
Definition at line 1467 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_CPU_GetD1PowerMode | ( | void | ) |
Get the D1 Domain Power Down mode when the CPU enters deepsleep.
Returned | value can be one of the following values: |
Definition at line 1226 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_CPU_GetD2PowerMode | ( | void | ) |
Get the D2 Domain Power Down mode when the CPU enters deepsleep.
Returned | value can be one of the following values: |
Definition at line 1296 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_CPU_GetD3PowerMode | ( | void | ) |
Get the D3 Domain Power Down mode when the CPU enters deepsleep.
Returned | value can be one of the following values: |
Definition at line 1367 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_CPU_IsEnabledD3RunInLowPowerMode | ( | void | ) |
Check if D3 is kept in Run mode when CPU enters low power mode.
State | of bit (1 or 0). |
Definition at line 1535 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_CPU_SetD1PowerMode | ( | uint32_t | PDMode | ) |
Set the D1 domain Power Down mode when the CPU enters deepsleep.
PDMode | This parameter can be one of the following values: |
None |
Definition at line 1184 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_CPU_SetD2PowerMode | ( | uint32_t | PDMode | ) |
Set the D2 domain Power Down mode when the CPU enters deepsleep.
PDMode | This parameter can be one of the following values: |
None |
Definition at line 1267 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_CPU_SetD3PowerMode | ( | uint32_t | PDMode | ) |
Set the D3 domain Power Down mode when the CPU enters deepsleep.
PDMode | This parameter can be one of the following values: |
None |
Definition at line 1325 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_DisableAVD | ( | void | ) |
Disable Analog Power Voltage Detector.
None |
Definition at line 611 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_DisableBatteryCharging | ( | void | ) |
Disable battery charging.
None |
Definition at line 1075 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_DisableBkUpAccess | ( | void | ) |
Disable access to the backup domain.
None |
Definition at line 460 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_DisableBkUpRegulator | ( | void | ) |
Disable Backup Regulator.
None |
Definition at line 931 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_DisableFlashPowerDown | ( | void | ) |
Disable the Flash Power Down in Stop Mode.
None |
Definition at line 490 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_DisableMonitoring | ( | void | ) |
Disable VBAT and Temperature monitoring.
None |
Definition at line 961 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_DisablePVD | ( | void | ) |
Disable Power Voltage Detector.
None |
Definition at line 393 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_DisableUSBReg | ( | void | ) |
Disable the USB regulator.
None |
Definition at line 1130 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_DisableUSBVoltageDetector | ( | void | ) |
Disable the USB voltage detector.
None |
Definition at line 1160 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_DisableWakeUpPin | ( | uint32_t | WakeUpPin | ) |
Disable the WakeUp PINx functionality.
WakeUpPin | This parameter can be one of the following values:
|
None |
Definition at line 1649 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_EnableAVD | ( | void | ) |
Enable Analog Power Voltage Detector.
None |
Definition at line 601 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_EnableBatteryCharging | ( | void | ) |
Enable battery charging.
None |
Definition at line 1065 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_EnableBkUpAccess | ( | void | ) |
Enable access to the backup domain.
None |
Definition at line 450 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_EnableBkUpRegulator | ( | void | ) |
Enable Backup Regulator.
None |
Definition at line 921 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_EnableFlashPowerDown | ( | void | ) |
Enable the Flash Power Down in Stop Mode.
None |
Definition at line 480 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_EnableMonitoring | ( | void | ) |
Enable VBAT and Temperature monitoring.
None |
Definition at line 951 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_EnablePVD | ( | void | ) |
Enable Power Voltage Detector.
None |
Definition at line 383 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_EnableUSBReg | ( | void | ) |
Enable the USB regulator.
None |
Definition at line 1120 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_EnableUSBVoltageDetector | ( | void | ) |
Enable the USB voltage detector.
None |
Definition at line 1150 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_EnableWakeUpPin | ( | uint32_t | WakeUpPin | ) |
Enable the WakeUp PINx functionality.
WakeUpPin | This parameter can be one of the following values:
|
None |
Definition at line 1624 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_GetAVDLevel | ( | void | ) |
Get the Analog Voltage threshold to be detected by the Analog Power Voltage Detector.
Returned | value can be one of the following values: |
Definition at line 650 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_GetBattChargResistor | ( | void | ) |
Get the Battery charge resistor impedance.
Returned | value can be one of the following values: |
Definition at line 1110 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_GetPVDLevel | ( | void | ) |
Get the voltage threshold detection.
Returned | value can be one of the following values: |
Definition at line 440 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_GetRegulModeDS | ( | void | ) |
Get the voltage Regulator mode during deep sleep mode.
Returned | value can be one of the following values: |
Definition at line 373 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_GetRegulVoltageScaling | ( | void | ) |
Get the main internal Regulator output voltage.
Returned | value can be one of the following values: |
Definition at line 1595 of file stm32h7xx_ll_pwr.h.
Referenced by LL_SetFlashLatency().
__STATIC_INLINE uint32_t LL_PWR_GetStopModeRegulVoltageScaling | ( | void | ) |
Get the internal Regulator output voltage in STOP mode.
Returned | value can be one of the following values: |
Definition at line 591 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_GetSupply | ( | void | ) |
Get the PWR supply.
Returned | value can be one of the following values: |
Definition at line 1038 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_GetWakeUpPinPull | ( | uint32_t | WakeUpPin | ) |
Get the Wake-Up pin pull.
WakeUpPin | This parameter can be one of the following values:
|
Returned | value can be one of the following values: |
Definition at line 1858 of file stm32h7xx_ll_pwr.h.
References LL_PWR_WAKEUP_PINS_MAX_SHIFT_MASK, and LL_PWR_WAKEUP_PINS_PULL_SHIFT_OFFSET.
__STATIC_INLINE uint32_t LL_PWR_IsEnabledAVD | ( | void | ) |
Check if Analog Power Voltage Detector is enabled.
State | of bit (1 or 0). |
Definition at line 621 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsEnabledBatteryCharging | ( | void | ) |
Check if battery charging is enabled.
State | of bit (1 or 0). |
Definition at line 1085 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsEnabledBkUpAccess | ( | void | ) |
Check if the backup domain is enabled.
State | of bit (1 or 0). |
Definition at line 470 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsEnabledBkUpRegulator | ( | void | ) |
Check if the backup Regulator is enabled.
State | of bit (1 or 0). |
Definition at line 941 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsEnabledFlashPowerDown | ( | void | ) |
Check if the Flash Power Down in Stop Mode is enabled.
State | of bit (1 or 0). |
Definition at line 500 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsEnabledMonitoring | ( | void | ) |
Check if the VBAT and Temperature monitoring is enabled.
State | of bit (1 or 0). |
Definition at line 971 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsEnabledPVD | ( | void | ) |
Check if Power Voltage Detector is enabled.
State | of bit (1 or 0). |
Definition at line 403 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsEnabledUSBReg | ( | void | ) |
Check if the USB regulator is enabled.
State | of bit (1 or 0). |
Definition at line 1140 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsEnabledUSBVoltageDetector | ( | void | ) |
Check if the USB voltage detector is enabled.
State | of bit (1 or 0). |
Definition at line 1170 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsEnabledWakeUpPin | ( | uint32_t | WakeUpPin | ) |
Check if the WakeUp PINx functionality is enabled.
WakeUpPin | This parameter can be one of the following values:
|
State | of bit (1 or 0). |
Definition at line 1674 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE uint32_t LL_PWR_IsWakeUpPinPolarityLow | ( | uint32_t | WakeUpPin | ) |
Get the Wake-Up pin polarity for the event detection.
WakeUpPin | This parameter can be one of the following values:
|
State | of bit (1 or 0). |
Definition at line 1749 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_SetAVDLevel | ( | uint32_t | AVDLevel | ) |
Configure the voltage threshold to be detected by the Analog Power Voltage Detector.
AVDLevel | This parameter can be one of the following values: |
None |
Definition at line 636 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_SetBattChargResistor | ( | uint32_t | Resistor | ) |
Set the Battery charge resistor impedance.
Resistor | This parameter can be one of the following values: |
None |
Definition at line 1098 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_SetPVDLevel | ( | uint32_t | PVDLevel | ) |
Configure the voltage threshold detected by the Power Voltage Detector.
PVDLevel | This parameter can be one of the following values: |
None |
Definition at line 422 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_SetRegulModeDS | ( | uint32_t | RegulMode | ) |
Set the voltage Regulator mode during deep sleep mode.
RegulMode | This parameter can be one of the following values: |
None |
Definition at line 361 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_SetRegulVoltageScaling | ( | uint32_t | VoltageScaling | ) |
Set the main internal Regulator output voltage.
VoltageScaling | This parameter can be one of the following values: |
None |
Definition at line 1575 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_SetStopModeRegulVoltageScaling | ( | uint32_t | VoltageScaling | ) |
Set the internal Regulator output voltage in STOP mode.
VoltageScaling | This parameter can be one of the following values: |
None |
Definition at line 578 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_SetWakeUpPinPolarityHigh | ( | uint32_t | WakeUpPin | ) |
Set the Wake-Up pin polarity high for the event detection.
WakeUpPin | This parameter can be one of the following values:
|
None |
Definition at line 1724 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_SetWakeUpPinPolarityLow | ( | uint32_t | WakeUpPin | ) |
Set the Wake-Up pin polarity low for the event detection.
WakeUpPin | This parameter can be one of the following values:
|
None |
Definition at line 1699 of file stm32h7xx_ll_pwr.h.
__STATIC_INLINE void LL_PWR_SetWakeUpPinPullDown | ( | uint32_t | WakeUpPin | ) |
Set the Wake-Up pin Pull Down.
WakeUpPin | This parameter can be one of the following values:
|
None |
Definition at line 1828 of file stm32h7xx_ll_pwr.h.
References LL_PWR_WAKEUP_PIN_PULLDOWN, LL_PWR_WAKEUP_PINS_MAX_SHIFT_MASK, and LL_PWR_WAKEUP_PINS_PULL_SHIFT_OFFSET.
__STATIC_INLINE void LL_PWR_SetWakeUpPinPullNone | ( | uint32_t | WakeUpPin | ) |
Set the Wake-Up pin Pull None.
WakeUpPin | This parameter can be one of the following values:
|
None |
Definition at line 1774 of file stm32h7xx_ll_pwr.h.
References LL_PWR_WAKEUP_PIN_NOPULL, LL_PWR_WAKEUP_PINS_MAX_SHIFT_MASK, and LL_PWR_WAKEUP_PINS_PULL_SHIFT_OFFSET.
__STATIC_INLINE void LL_PWR_SetWakeUpPinPullUp | ( | uint32_t | WakeUpPin | ) |
Set the Wake-Up pin Pull Up.
WakeUpPin | This parameter can be one of the following values:
|
None |
Definition at line 1801 of file stm32h7xx_ll_pwr.h.
References LL_PWR_WAKEUP_PIN_PULLUP, LL_PWR_WAKEUP_PINS_MAX_SHIFT_MASK, and LL_PWR_WAKEUP_PINS_PULL_SHIFT_OFFSET.