1.3.27.7 1.4.23.7 1.5.27.7 1.6.23.7 1.7.24.7 1.8.21.7 1.9.22.7 1.29.25.7 1.30.19.7 1.31.19.7 1.32.28.7 1.33.17.7 1.34.22.7 1.35.15.7 1.36.17.7 1.37.19.7 1.38.23.7 1.39.20.7 1.40.22.7 1.41.20.7 1.42.19.7 SYSTICK_TimerCounterGet Function

C

uint32_t SYSTICK_TimerCounterGet( void )

Summary

Get the SysTick current Value

Description

This function returns the SysTick current value

Precondition

32-bit current value

Parameters

None.

Returns

None.

Example

uint32_t value;

value = SYSTICK_TimerCounterGet();