1.3.27.10 1.4.23.10 1.5.27.10 1.6.23.10 1.7.24.10 1.8.21.10 1.9.22.10 1.29.25.10 1.30.19.10 1.31.19.10 1.32.28.10 1.33.17.10 1.34.22.10 1.35.15.10 1.36.17.10 1.37.19.10 1.38.23.10 1.39.20.10 1.40.22.10 1.41.20.10 1.42.19.10 SYSTICK_DelayMs Function
C
void SYSTICK_DelayMs( uint32_t delay_ms )
Summary
Blocking function to generate delay in milliseconds
Description
This function generates blocking delay in milli seconds.
Precondition
Systick should be on and running before calling this API.
Parameters
Param | Description |
---|---|
delay_ms | The delay in units of milliseconds |
Returns
None.
Example
SYSTICK_Initialize(); SYSTICK_TimerStart(); // Generates 100ms blocking delay SYSTICK_DelayMs(100)