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

LL_RTC_ALMA_SetMinute() function

Set ALARM A Minutes in BCD format

Syntax

__STATIC_INLINE void LL_RTC_ALMA_SetMinute(RTC_TypeDef *RTCx,     uint32_t Minutes);

Arguments

RTCx

RTC Instance

Minutes

Value between Min_Data=0x00 and Max_Data=0x59

Return value

None

Notes

helper macro __LL_RTC_CONVERT_BIN2BCD is available to convert Minutes from binary to BCD format ALRMAR MNU LL_RTC_ALMA_SetMinute

References

LocationText
stm32f4xx_ll_rtc.h:1764
__STATIC_INLINE void LL_RTC_ALMA_SetMinute(RTC_TypeDef *RTCx, uint32_t Minutes)

Data Use

Data read by LL_RTC_ALMA_SetMinute()
LL_RTC_ALMA_SetMinute()