1.2.19.52 1.3.22.52 1.4.20.52 1.5.21.52 1.6.21.52 1.7.22.52 1.29.21.52 1.32.24.52 1.38.20.52 1.39.17.52 1.40.19.52 RTC_RTCCTimeStampGet Function
C
void RTC_RTCCTimeStampGet( struct tm * timeStamp );
Summary
Get the Time stamp of Tamper Detection.
Description
This function is used to get the recorded Time Stamp of the tamper Detection.
Precondition
Tamper channels must be configured properly using MHC.
Parameters
Param | Description |
---|---|
timeStamp | Time structure to be filled |
Returns
None.
Example
struct tm currentTime; RTC_RTCCTimeStampGet(¤tTime);
Remarks
This Feature may not be available on all devices. Refer to device Datasheet for more information.