HAL + 0/4 examples
CodeScope will show references to LL_RTC_TIME_GetMinute() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
RTC
 
Symbols
loading...
Files
loading...

LL_RTC_TIME_GetMinute() function

Get Minutes in BCD format

Syntax

__STATIC_INLINE uint32_t LL_RTC_TIME_GetMinute(RTC_TypeDef *RTCx);

Arguments

RTCx

RTC Instance

Return value

Value between Min_Data=0x00 and Max_Data=0x59

Notes

if RTC shadow registers are not bypassed (BYPSHAD=0), need to check if RSF flag is set before reading this bit Read either RTC_SSR or RTC_TR locks the values in the higher-order calendar shadow registers until RTC_DR is read (LL_RTC_ReadReg(RTC, DR)). helper macro __LL_RTC_CONVERT_BCD2BIN is available to convert minute from BCD to Binary format TR MNU LL_RTC_TIME_GetMinute

Examples

LL_RTC_TIME_GetMinute() is referenced by 4 libraries and example projects.

References

LocationText
stm32f4xx_ll_rtc.h:1113
__STATIC_INLINE uint32_t LL_RTC_TIME_GetMinute(RTC_TypeDef *RTCx)

Data Use

Data read by LL_RTC_TIME_GetMinute()
LL_RTC_TIME_GetMinute()
Type of LL_RTC_TIME_GetMinute()
LL_RTC_TIME_GetMinute()
uint32_t
all items filtered out