Searched refs:MINSEC (Results 1 – 6 of 6) sorted by relevance
47 RTCx->MINSEC = (initStruct->Second << RTC_MINSEC_SEC_Pos) | in RTC_Init()113 dateTime->Minute = (RTCx->MINSEC & RTC_MINSEC_MIN_Msk) >> RTC_MINSEC_MIN_Pos; in RTC_GetDateTime()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()119 dateTime->Minute = (RTCx->MINSEC & RTC_MINSEC_MIN_Msk) >> RTC_MINSEC_MIN_Pos; in RTC_GetDateTime()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()
2880 __IO uint32_t MINSEC; //分秒计数 member
3074 __IO uint32_t MINSEC; //分秒计数 member
Completed in 48 milliseconds