Searched refs:g_u32hiMonth (Results 1 – 3 of 3) sorted by relevance
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | rtc.c | 21 static volatile uint32_t g_u32hiYear, g_u32loYear, g_u32hiMonth, g_u32loMonth, g_u32hiDay, g_u32loD… variable 174 g_u32hiMonth = (RTC->CAL & RTC_CAL_TENMON_Msk) >> RTC_CAL_TENMON_Pos; in RTC_GetDateAndTime() 193 u32Tmp = (g_u32hiMonth * 10ul); in RTC_GetDateAndTime() 269 g_u32hiMonth = (RTC->CALM & RTC_CALM_TENMON_Msk) >> RTC_CALM_TENMON_Pos; in RTC_GetAlarmDateAndTime() 288 u32Tmp = (g_u32hiMonth * 10ul); in RTC_GetAlarmDateAndTime()
|
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | rtc.c | 22 static volatile uint32_t g_u32hiYear, g_u32loYear, g_u32hiMonth, g_u32loMonth, g_u32hiDay, g_u32loD… variable 180 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()
|
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | rtc.c | 16 static volatile uint32_t g_u32hiYear, g_u32loYear, g_u32hiMonth, g_u32loMonth, g_u32hiDay, g_u32loD… variable 169 g_u32hiMonth = (RTC->CAL & RTC_CAL_TENMON_Msk) >> RTC_CAL_TENMON_Pos; in RTC_GetDateAndTime() 188 u32Tmp = (g_u32hiMonth * 10UL); in RTC_GetDateAndTime() 264 g_u32hiMonth = (RTC->CALM & RTC_CALM_TENMON_Msk) >> RTC_CALM_TENMON_Pos; in RTC_GetAlarmDateAndTime() 283 u32Tmp = (g_u32hiMonth * 10UL); in RTC_GetAlarmDateAndTime()
|