|
STM32L4xx_HAL_Driver
1.14.0
|
Initialization and de-initialization functions. More...
Functions | |
| void | HAL_PWR_DeInit (void) |
| Deinitialize the HAL PWR peripheral registers to their default reset values. More... | |
| void | HAL_PWR_EnableBkUpAccess (void) |
| Enable access to the backup domain (RTC registers, RTC backup data registers). More... | |
| void | HAL_PWR_DisableBkUpAccess (void) |
| Disable access to the backup domain (RTC registers, RTC backup data registers). More... | |
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 87 of file stm32l4xx_hal_pwr.c.
| void HAL_PWR_DisableBkUpAccess | ( | void | ) |
Disable access to the backup domain (RTC registers, RTC backup data registers).
| None |
Definition at line 115 of file stm32l4xx_hal_pwr.c.
| void HAL_PWR_EnableBkUpAccess | ( | void | ) |
Enable access to the backup domain (RTC registers, RTC backup data registers).
| None |
Definition at line 105 of file stm32l4xx_hal_pwr.c.