Searched refs:MONDAY (Results 1 – 6 of 6) sorted by relevance
53 …RTCx->MONDAY = (calcWeekDay(initStruct->Year, initStruct->Month, initStruct->Date) << RTC_MONDAY_D… in RTC_Init()109 dateTime->Month = (RTCx->MONDAY & RTC_MONDAY_MON_Msk) >> RTC_MONDAY_MON_Pos; in RTC_GetDateTime()111 dateTime->Day = 1 << ((RTCx->MONDAY & RTC_MONDAY_DAY_Msk) >> RTC_MONDAY_DAY_Pos); in RTC_GetDateTime()
59 …RTCx->MONDAY = (calcWeekDay(initStruct->Year, initStruct->Month, initStruct->Date) << RTC_MONDAY_D… in RTC_Init()115 dateTime->Month = (RTCx->MONDAY & RTC_MONDAY_MON_Msk) >> RTC_MONDAY_MON_Pos; in RTC_GetDateTime()117 dateTime->Day = 1 << ((RTCx->MONDAY & RTC_MONDAY_DAY_Msk) >> RTC_MONDAY_DAY_Pos); in RTC_GetDateTime()
85 RTC->MONDAY = (calcWeekDay(set_datetime.Year, set_datetime.Month, set_datetime.Date) in swm_set_rtc_time_stamp()
84 RTC->MONDAY = (calcWeekDay(set_datetime.Year, set_datetime.Month, set_datetime.Date) in swm_set_rtc_time_stamp()
2884 __IO uint32_t MONDAY; //月周计数 member
3078 __IO uint32_t MONDAY; //月周计数 member
Completed in 54 milliseconds