HAL
RTC_OFFSET_MINUTE is only used within HAL.
 
Symbols
loading...
Files
loading...

RTC_OFFSET_MINUTE macro

Syntax

#define RTC_OFFSET_MINUTE 8U

References

LocationText
stm32f4xx_ll_rtc.h:60
#define RTC_OFFSET_MINUTE 8U
stm32f4xx_ll_rtc.h:1856
return (uint32_t)((LL_RTC_ALMA_GetHour(RTCx) << RTC_OFFSET_HOUR) | (LL_RTC_ALMA_GetMinute(RTCx) << RTC_OFFSET_MINUTE) | LL_RTC_ALMA_GetSecond(RTCx));
stm32f4xx_ll_rtc.h:2224
return (uint32_t)((LL_RTC_ALMB_GetHour(RTCx) << RTC_OFFSET_HOUR) | (LL_RTC_ALMB_GetMinute(RTCx) << RTC_OFFSET_MINUTE) | LL_RTC_ALMB_GetSecond(RTCx));