Extended RTC Backup register functions
===============================================================================
##### Extended RTC Backup register functions #####
===============================================================================
[..]
(+) Before calling any tamper or internal tamper function, you have to call first
HAL_RTC_Init() function.
(+) In that ine you can select to output tamper event on RTC pin.
[..]
This subsection provides functions allowing to
(+) Write a data in a specified RTC Backup data register
(+) Read a data in a specified RTC Backup data register
◆ HAL_RTCEx_BKUPRead()
◆ HAL_RTCEx_BKUPWrite()
| void HAL_RTCEx_BKUPWrite |
( |
RTC_HandleTypeDef * |
hrtc, |
|
|
uint32_t |
BackupRegister, |
|
|
uint32_t |
Data |
|
) |
| |