1.7.22.43 RTC_Timer16TimeStampGet Function

C

uint16_t RTC_Timer16TimeStampGet( 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

16-bit counter Value.

Example

uint16_t tamperTime = RTC_Timer16TimeStampGet();

Remarks

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