1.29.25.6 SYSTICK_TimerPeriodGet Function

C

uint32_t SYSTICK_TimerPeriodGet( void )

Summary

Get the SysTick Load Value

Description

This function returns the SysTick Load value

Precondition

None

Parameters

None.

Returns

32-bit period value.

Example

uint32_t period;

period = SYSTICK_TimerPeriodGet();