1.2.11.4.12 SYS_TIME_CounterSet Function

C

void SYS_TIME_CounterSet ( uint32_t count )

Summary

Sets the common 32-bit system counter value.

Description

Sets the current "live" value of the common 32-bit system counter.

Precondition

The SYS_TIME_Initialize function should have been called before calling this function.

Parameters

ParamDescription
countThe 32-bit counter value to write to the common system counter.

Returns

None

Example

SYS_TIME_CounterSet(1000);

Remarks

None.