Searched refs:RTC_MONDAY_MON_Pos (Results 1 – 6 of 6) sorted by relevance
54 (initStruct->Month << RTC_MONDAY_MON_Pos); in RTC_Init()109 dateTime->Month = (RTCx->MONDAY & RTC_MONDAY_MON_Msk) >> RTC_MONDAY_MON_Pos; in RTC_GetDateTime()
60 (initStruct->Month << RTC_MONDAY_MON_Pos); in RTC_Init()115 dateTime->Month = (RTCx->MONDAY & RTC_MONDAY_MON_Msk) >> RTC_MONDAY_MON_Pos; in RTC_GetDateTime()
87 ((set_datetime.Month) << RTC_MONDAY_MON_Pos); in swm_set_rtc_time_stamp()
86 ((set_datetime.Month) << RTC_MONDAY_MON_Pos); in swm_set_rtc_time_stamp()
2925 #define RTC_MONDAY_MON_Pos 3 //月份计数,取值1--12 macro2926 #define RTC_MONDAY_MON_Msk (0x0F << RTC_MONDAY_MON_Pos)
3119 #define RTC_MONDAY_MON_Pos 3 //月份计数,取值1--12 macro3120 #define RTC_MONDAY_MON_Msk (0x0F << RTC_MONDAY_MON_Pos)
Completed in 50 milliseconds