|
STM32L443xx HAL User Manual
|
Initialization and de-initialization functions. More...
Functions | |
| void | HAL_PWR_DeInit (void) |
| Deinitialize the HAL PWR peripheral registers to their default reset values. | |
| void | HAL_PWR_EnableBkUpAccess (void) |
| Enable access to the backup domain (RTC registers, RTC backup data registers). | |
| void | HAL_PWR_DisableBkUpAccess (void) |
| Disable access to the backup domain (RTC registers, RTC backup data registers). | |
Initialization and de-initialization functions.
===============================================================================
##### Initialization and de-initialization functions #####
===============================================================================
[..]
| void HAL_PWR_DeInit | ( | void | ) |
Deinitialize the HAL PWR peripheral registers to their default reset values.
| None |
Definition at line 86 of file stm32l4xx_hal_pwr.c.
References __HAL_RCC_PWR_FORCE_RESET, and __HAL_RCC_PWR_RELEASE_RESET.
| void HAL_PWR_DisableBkUpAccess | ( | void | ) |
Disable access to the backup domain (RTC registers, RTC backup data registers).
| None |
Definition at line 114 of file stm32l4xx_hal_pwr.c.
Referenced by HAL_RCCEx_DisableLSCO(), and HAL_RCCEx_EnableLSCO().
| void HAL_PWR_EnableBkUpAccess | ( | void | ) |
Enable access to the backup domain (RTC registers, RTC backup data registers).
| None |
Definition at line 104 of file stm32l4xx_hal_pwr.c.
Referenced by HAL_RCCEx_DisableLSCO(), and HAL_RCCEx_EnableLSCO().
1.7.6.1