STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RTC_TIME_Set (RTC_TypeDef *RTCx, uint32_t TimeCounter) |
Set time counter in BCD format. | |
__STATIC_INLINE uint32_t | LL_RTC_TIME_Get (RTC_TypeDef *RTCx) |
Get time counter in BCD format. |
__STATIC_INLINE uint32_t LL_RTC_TIME_Get | ( | RTC_TypeDef * | RTCx | ) |
Get time counter in BCD format.
RTCx | RTC Instance |
Value | between Min_Data = 0 and Max_Data = 0xFFFFF |
Definition at line 389 of file stm32f1xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_TIME_Set | ( | RTC_TypeDef * | RTCx, |
uint32_t | TimeCounter | ||
) |
Set time counter in BCD format.
RTCx | RTC Instance |
TimeCounter | Value between Min_Data=0x00 and Max_Data=0xFFFFF |
None |
Definition at line 374 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_TIME_Init(), and LL_RTC_TIME_SetCounter().