1.39.17.7 RTC_Timer32TimeStampGet Function

C

uint32_t RTC_Timer32TimeStampGet( void )

Summary

Get the Time stamp of Tamper Detection.

Description

This function is used to get the 32-bit counter Value at which the tamper Detection took place.

Precondition

Tamper channels must be configured properly using MHC.

Parameters

None.

Returns

32-bit counter Value.

Example

uint32_t tamperTime = RTC_Timer32TimeStampGet();

Remarks

This Feature may not be available on all devices. Refer to device Datasheet for more information.