1.6.23.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();