Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Space_Invaders_Demo neopixels gpio_test_stm32f3_discovery gpio_test_systimer ... more
Backup Data Registers configuration functions
[RTC_Private_Functions]
  Backup Data Registers configuration functions. More...
| Functions | |
| void | RTC_WriteBackupRegister (uint32_t RTC_BKP_DR, uint32_t Data) | 
| Writes a data in a specified RTC Backup data register. | |
| uint32_t | RTC_ReadBackupRegister (uint32_t RTC_BKP_DR) | 
| Reads data from the specified RTC Backup data Register. | |
Detailed Description
Backup Data Registers configuration functions.
 ===============================================================================
          ##### Backup Data Registers configuration functions #####
 ===============================================================================  
Function Documentation
| uint32_t RTC_ReadBackupRegister | ( | uint32_t | RTC_BKP_DR ) | 
Reads data from the specified RTC Backup data Register.
- Parameters:
- 
  RTC_BKP_DR,: RTC Backup data Register number. This parameter can be: RTC_BKP_DRx where x can be from 0 to 15 to specify the register. 
- Return values:
- 
  None 
Definition at line 2192 of file stm32f30x_rtc.c.
| void RTC_WriteBackupRegister | ( | uint32_t | RTC_BKP_DR, | 
| uint32_t | Data | ||
| ) | 
Writes a data in a specified RTC Backup data register.
- Parameters:
- 
  RTC_BKP_DR,: RTC Backup data Register number. This parameter can be: RTC_BKP_DRx where x can be from 0 to 15 to specify the register. Data,: Data to be written in the specified RTC Backup data register. 
- Return values:
- 
  None 
Definition at line 2171 of file stm32f30x_rtc.c.
Generated on Tue Jul 12 2022 17:34:46 by
 1.7.2
 1.7.2