Searched refs:RTC_TR_PM (Results 1 – 5 of 5) sorted by relevance
429 sTimeStamp->TimeFormat = (uint8_t)((tmptime & (RTC_TR_PM)) >> 16); in HAL_RTCEx_GetTimeStamp()
586 sTime->TimeFormat = (uint8_t)((tmpreg & (RTC_TR_PM)) >> 16); in HAL_RTC_GetTime()
11733 #define RTC_TR_PM RTC_TR_PM_Msk macro