Searched refs:useconds (Results 1 – 2 of 2) sorted by relevance
83 uint64_t useconds; in HAL_RTCGetTimestamp() local87 useconds = 0; in HAL_RTCGetTimestamp()115 useconds = ((prescaler1 + ((uint64_t)seconds1 << 15)) * 15625) >> 9; in HAL_RTCGetTimestamp()118 return useconds; in HAL_RTCGetTimestamp()
109 uint64_t useconds, offset, prescalerOffset; in HAL_RTCGetTimestamp() local113 useconds = 0; in HAL_RTCGetTimestamp()148 useconds = ((prescaler1 + prescalerOffset + ((uint64_t)seconds1 << 15)) * 15625ULL) >> 9; in HAL_RTCGetTimestamp()151 return useconds + offset; in HAL_RTCGetTimestamp()