|
STM32H735xx 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 and backup SRAM). | |
| void | HAL_PWR_DisableBkUpAccess (void) |
| Disable access to the backup domain (RTC registers, RTC backup data registers and backup SRAM). | |
Initialization and De-Initialization functions.
===============================================================================
##### Initialization and De-Initialization Functions #####
===============================================================================
[..]
This section provides functions allowing to deinitialize power peripheral.
[..]
After system reset, the backup domain (RTC registers, RTC backup data
registers and backup SRAM) is protected against possible unwanted write
accesses.
The HAL_PWR_EnableBkUpAccess() function enables the access to the backup
domain.
The HAL_PWR_DisableBkUpAccess() function disables the access to the backup
domain.
| void HAL_PWR_DeInit | ( | void | ) |
Deinitialize the HAL PWR peripheral registers to their default reset values.
| None. |
Definition at line 225 of file stm32h7xx_hal_pwr.c.
| void HAL_PWR_DisableBkUpAccess | ( | void | ) |
Disable access to the backup domain (RTC registers, RTC backup data registers and backup SRAM).
| None. |
Definition at line 249 of file stm32h7xx_hal_pwr.c.
| void HAL_PWR_EnableBkUpAccess | ( | void | ) |
Enable access to the backup domain (RTC registers, RTC backup data registers and backup SRAM).
| None. |
Definition at line 236 of file stm32h7xx_hal_pwr.c.
1.7.6.1