Searched refs:g_u32hiMonth (Results 1 – 1 of 1) sorted by relevance
22 static volatile uint32_t g_u32hiYear, g_u32loYear, g_u32hiMonth, g_u32loMonth, g_u32hiDay, g_u32loD… variable180 g_u32hiMonth = (RTC->CAL & RTC_CAL_TENMON_Msk) >> RTC_CAL_TENMON_Pos; in RTC_GetDateAndTime()199 u32Tmp = (g_u32hiMonth * 10ul); in RTC_GetDateAndTime()276 g_u32hiMonth = (RTC->CALM & RTC_CALM_TENMON_Msk) >> RTC_CALM_TENMON_Pos; in RTC_GetAlarmDateAndTime()296 u32Tmp = (g_u32hiMonth * 10ul); in RTC_GetAlarmDateAndTime()