Searched refs:RTC_MINSEC_SEC_Pos (Results 1 – 6 of 6) sorted by relevance
47 RTCx->MINSEC = (initStruct->Second << RTC_MINSEC_SEC_Pos) | in RTC_Init()114 dateTime->Second = (RTCx->MINSEC & RTC_MINSEC_SEC_Msk) >> RTC_MINSEC_SEC_Pos; in RTC_GetDateTime()
53 RTCx->MINSEC = (initStruct->Second << RTC_MINSEC_SEC_Pos) | in RTC_Init()120 dateTime->Second = (RTCx->MINSEC & RTC_MINSEC_SEC_Msk) >> RTC_MINSEC_SEC_Pos; in RTC_GetDateTime()
81 RTC->MINSEC = (set_datetime.Second << RTC_MINSEC_SEC_Pos) | in swm_set_rtc_time_stamp()
80 RTC->MINSEC = (set_datetime.Second << RTC_MINSEC_SEC_Pos) | in swm_set_rtc_time_stamp()
2913 #define RTC_MINSEC_SEC_Pos 0 //秒计数,取值0--59 macro2914 #define RTC_MINSEC_SEC_Msk (0x3F << RTC_MINSEC_SEC_Pos)
3107 #define RTC_MINSEC_SEC_Pos 0 //秒计数,取值0--59 macro3108 #define RTC_MINSEC_SEC_Msk (0x3F << RTC_MINSEC_SEC_Pos)
Completed in 43 milliseconds