pub unsafe extern "C" fn PTMSYSM_GetRtcTime(
    outMsY2k: *mut s64
) -> Result
Expand description

Reads the time and date coming from the RTC and converts the result.

§Arguments

  • outMsY2k (direction out) - The pointer to write the number of milliseconds since 01/01/2000 to.