Searched refs:g_u32loMonth (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… variable181 g_u32loMonth = (RTC->CAL & RTC_CAL_MON_Msk) >> RTC_CAL_MON_Pos; in RTC_GetDateAndTime()200 sPt->u32Month = u32Tmp + g_u32loMonth; in RTC_GetDateAndTime()277 g_u32loMonth = (RTC->CALM & RTC_CALM_MON_Msk) >> RTC_CALM_MON_Pos; in RTC_GetAlarmDateAndTime()297 sPt->u32Month = u32Tmp + g_u32loMonth; in RTC_GetAlarmDateAndTime()