CR LPDS LL_PWR_SetPowerMode
LL_PWR_GetPowerMode
__STATIC_INLINE uint32_t LL_PWR_GetPowerMode (void )
Get power down mode when CPU enters deepsleep.
Returned: value can be one of the following values:
LL_PWR_MODE_STOP_MAINREGU
LL_PWR_MODE_STOP_LPREGU
LL_PWR_MODE_STANDBY
Reference Manual to
LL API cross
reference:
CR PDDS LL_PWR_GetPowerMode
CR LPDS LL_PWR_GetPowerMode
LL_PWR_SetPVDLevel
__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:
LL_PWR_PVDLEVEL_0
LL_PWR_PVDLEVEL_1
LL_PWR_PVDLEVEL_2
LL_PWR_PVDLEVEL_3
LL_PWR_PVDLEVEL_4
LL_PWR_PVDLEVEL_5
LL_PWR_PVDLEVEL_6
LL_PWR_PVDLEVEL_7
Reference Manual to
LL API cross
reference:
CR PLS LL_PWR_SetPVDLevel
LL_PWR_GetPVDLevel
__STATIC_INLINE uint32_t LL_PWR_GetPVDLevel (void )
Get the voltage threshold detection.
Returned: value can be one of the following values:
LL_PWR_PVDLEVEL_0
LL_PWR_PVDLEVEL_1
LL_PWR_PVDLEVEL_2
LL_PWR_PVDLEVEL_3
LL_PWR_PVDLEVEL_4
LL_PWR_PVDLEVEL_5
LL_PWR_PVDLEVEL_6
LL_PWR_PVDLEVEL_7