Searched refs:RTC_TR_ST (Results 1 – 5 of 5) sorted by relevance
428 sTimeStamp->Seconds = (uint8_t)(tmptime & (RTC_TR_ST | RTC_TR_SU)); in HAL_RTCEx_GetTimeStamp()
585 sTime->Seconds = (uint8_t)(tmpreg & (RTC_TR_ST | RTC_TR_SU)); in HAL_RTC_GetTime()
11761 #define RTC_TR_ST RTC_TR_ST_Msk macro