LL_PWR_IsEnabledBkUpRegulator
__STATIC_INLINE uint32_t LL_PWR_IsEnabledBkUpRegulator
(void )
Check if the backup Regulator is enabled.
Reference Manual to
LL API cross
reference:
CSR BRE LL_PWR_IsEnabledBkUpRegulator
LL_PWR_SetRegulModeDS
__STATIC_INLINE void LL_PWR_SetRegulModeDS (uint32_t
RegulMode)
Set voltage regulator mode during deep sleep mode.
RegulMode: This parameter can be one of the following
values:
LL_PWR_REGU_DSMODE_MAIN
LL_PWR_REGU_DSMODE_LOW_POWER
Reference Manual to
LL API cross
reference:
CR LPDS LL_PWR_SetRegulModeDS
LL_PWR_GetRegulModeDS
__STATIC_INLINE uint32_t LL_PWR_GetRegulModeDS (void )
Get voltage regulator mode during deep sleep mode.
Returned: value can be one of the following values:
LL_PWR_REGU_DSMODE_MAIN
LL_PWR_REGU_DSMODE_LOW_POWER
Reference Manual to
LL API cross
reference:
CR LPDS LL_PWR_GetRegulModeDS
LL_PWR_SetPowerMode
__STATIC_INLINE void LL_PWR_SetPowerMode (uint32_t
PDMode)
Set power down mode when CPU enters deepsleep.
PDMode: This parameter 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
CR PDDS LL_PWR_SetPowerMode