STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RTC_BAK_SetRegister (RTC_TypeDef *RTCx, uint32_t BackupRegister, uint32_t Data) |
Writes a data in a specified RTC Backup data register. | |
__STATIC_INLINE uint32_t | LL_RTC_BAK_GetRegister (RTC_TypeDef *RTCx, uint32_t BackupRegister) |
Reads data from the specified RTC Backup data Register. |
__STATIC_INLINE uint32_t LL_RTC_BAK_GetRegister | ( | RTC_TypeDef * | RTCx, |
uint32_t | BackupRegister | ||
) |
Reads data from the specified RTC Backup data Register.
Value | between Min_Data=0x00 and Max_Data=0xFFFFFFFF |
Definition at line 4888 of file stm32l4xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_BAK_SetRegister | ( | RTC_TypeDef * | RTCx, |
uint32_t | BackupRegister, | ||
uint32_t | Data | ||
) |
Writes a data in a specified RTC Backup data register.
RTCx | RTC Instance |
BackupRegister | This parameter can be one of the following values:
|
Data | Value between Min_Data=0x00 and Max_Data=0xFFFFFFFF |
None |
Definition at line 4838 of file stm32l4xx_ll_rtc.h.