1.3.27.6 1.4.23.6 1.5.27.6 1.6.23.6 1.7.24.6 1.8.21.6 1.9.22.6 1.29.25.6 1.30.19.6 1.31.19.6 1.32.28.6 1.33.17.6 1.34.22.6 1.35.15.6 1.36.17.6 1.37.19.6 1.38.23.6 1.39.20.6 1.40.22.6 1.41.20.6 1.42.19.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();