GetHighResolutionTimer

Returns the current time in 100-microsecond increments.

Thread Context:Non-Blocking
Requirements:Do not use this call within an interrupt service routine.

Syntax

    LONG GetHighResolutionTimer (void);
    
    

Return Values

Time in approximately 100 microseconds per count.

Remarks

This timer combines the Current Time with the timer register to create a return value that has a resolution of approximately 100 microseconds per count.

This call enables interrupts. Do not make this call in a code path that requires interrupts to be disabled. Do not make this call within an interrupt service routine.

This call is not supported in NWPA Version 3.12. Use NPA_Micro_Delay if OS independence is required.