1.2.11.4.12 SYS_TIME_CounterSet Function

1.2.11.4.12 C

void SYS_TIME_CounterSet ( uint32_t count )

1.2.11.4.12 Summary

Sets the common 32-bit system counter value.

1.2.11.4.12 Description

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

1.2.11.4.12 Precondition

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

1.2.11.4.12 Parameters

ParametersDescription
countThe 32-bit counter value to write to the common system counter

1.2.11.4.12 Returns

None.

1.2.11.4.12 Example

SYS_TIME_CounterSet(1000);

1.2.11.4.12 Remarks

None.