STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_RTC_ALARM_Set (RTC_TypeDef *RTCx, uint32_t AlarmCounter) |
Set Alarm Counter. | |
__STATIC_INLINE uint32_t | LL_RTC_ALARM_Get (RTC_TypeDef *RTCx) |
Get Alarm Counter. |
__STATIC_INLINE uint32_t LL_RTC_ALARM_Get | ( | RTC_TypeDef * | RTCx | ) |
Get Alarm Counter.
RTCx | RTC Instance |
None |
Definition at line 431 of file stm32f1xx_ll_rtc.h.
__STATIC_INLINE void LL_RTC_ALARM_Set | ( | RTC_TypeDef * | RTCx, |
uint32_t | AlarmCounter | ||
) |
Set Alarm Counter.
RTCx | RTC Instance |
AlarmCounter | Value between Min_Data=0x00 and Max_Data=0xFFFFF |
None |
Definition at line 415 of file stm32f1xx_ll_rtc.h.
Referenced by LL_RTC_ALARM_Init(), and LL_RTC_ALARM_SetCounter().