HAL
LL_RTC_ALMA_GetMinute() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_RTC_ALMA_GetMinute() function

Get ALARM A Minutes in BCD format

Syntax

__STATIC_INLINE uint32_t LL_RTC_ALMA_GetMinute(RTC_TypeDef *RTCx);

Arguments

RTCx

RTC Instance

Return value

Value between Min_Data=0x00 and Max_Data=0x59

Notes

helper macro __LL_RTC_CONVERT_BCD2BIN is available to convert Minutes from BCD to Binary format ALRMAR MNU LL_RTC_ALMA_GetMinute

References

LocationReferrerText
stm32f4xx_ll_rtc.h:1778
__STATIC_INLINE uint32_t LL_RTC_ALMA_GetMinute(RTC_TypeDef *RTCx)
stm32f4xx_ll_rtc.h:1856LL_RTC_ALMA_GetTime()
return (uint32_t)((LL_RTC_ALMA_GetHour(RTCx) << RTC_OFFSET_HOUR) | (LL_RTC_ALMA_GetMinute(RTCx) << RTC_OFFSET_MINUTE) | LL_RTC_ALMA_GetSecond(RTCx));

Call Tree

Functions calling LL_RTC_ALMA_GetMinute()
all items filtered out
LL_RTC_ALMA_GetMinute()
Data read by LL_RTC_ALMA_GetMinute()
LL_RTC_ALMA_GetMinute()
Type of LL_RTC_ALMA_GetMinute()
LL_RTC_ALMA_GetMinute()
uint32_t
all items filtered out