Searched refs:RTC_MONDAY_DAY_Pos (Results 1 – 6 of 6) sorted by relevance
53 …NDAY = (calcWeekDay(initStruct->Year, initStruct->Month, initStruct->Date) << RTC_MONDAY_DAY_Pos) | in RTC_Init()111 dateTime->Day = 1 << ((RTCx->MONDAY & RTC_MONDAY_DAY_Msk) >> RTC_MONDAY_DAY_Pos); in RTC_GetDateTime()
59 …NDAY = (calcWeekDay(initStruct->Year, initStruct->Month, initStruct->Date) << RTC_MONDAY_DAY_Pos) | in RTC_Init()117 dateTime->Day = 1 << ((RTCx->MONDAY & RTC_MONDAY_DAY_Msk) >> RTC_MONDAY_DAY_Pos); in RTC_GetDateTime()
86 << RTC_MONDAY_DAY_Pos) | in swm_set_rtc_time_stamp()
85 << RTC_MONDAY_DAY_Pos) | in swm_set_rtc_time_stamp()
2923 #define RTC_MONDAY_DAY_Pos 0 //day of week,取值0--6 macro2924 #define RTC_MONDAY_DAY_Msk (0x07 << RTC_MONDAY_DAY_Pos)
3117 #define RTC_MONDAY_DAY_Pos 0 //day of week,取值0--6 macro3118 #define RTC_MONDAY_DAY_Msk (0x07 << RTC_MONDAY_DAY_Pos)
Completed in 47 milliseconds