LL_PWR_DisableBkUpAccess
__STATIC_INLINE void LL_PWR_DisableBkUpAccess (void )
Disable access to the backup domain.
Reference Manual to
LL API cross
reference:
CR DBP LL_PWR_DisableBkUpAccess
LL_PWR_IsEnabledBkUpAccess
__STATIC_INLINE uint32_t LL_PWR_IsEnabledBkUpAccess
(void )
Check if the backup domain is enabled.
Reference Manual to
LL API cross
reference:
CR DBP LL_PWR_IsEnabledBkUpAccess
LL_PWR_EnableBkUpRegulator
__STATIC_INLINE void LL_PWR_EnableBkUpRegulator (void
)
Enable the backup regulator.
The BRE bit of the PWR_CSR register is protected against
parasitic write access. The LL_PWR_EnableBkUpAccess()
must be called before using this API.
Reference Manual to
LL API cross
reference:
CSR BRE LL_PWR_EnableBkUpRegulator
LL_PWR_DisableBkUpRegulator
__STATIC_INLINE void LL_PWR_DisableBkUpRegulator (void
)
Disable the backup Regulator.
The BRE bit of the PWR_CSR register is protected against
parasitic write access. The LL_PWR_EnableBkUpAccess()
must be called before using this API.
Reference Manual to
LL API cross
reference:
CSR BRE LL_PWR_DisableBkUpRegulator