1.3.27.11 1.4.23.11 1.5.27.11 1.6.23.11 1.7.24.11 1.8.21.11 1.9.22.11 1.29.25.11 1.30.19.11 1.31.19.11 1.32.28.11 1.33.17.11 1.34.22.11 1.35.15.11 1.36.17.11 1.37.19.11 1.38.23.11 1.39.20.11 1.40.22.11 1.41.20.11 1.42.19.11 SYSTICK_DelayUs Function
C
void SYSTICK_DelayUs( uint32_t delay_us )
Summary
Blocking function to generate delay in micro seconds
Description
This function generates blocking delay in micro seconds.
Precondition
Systick should be on and running before calling this API.
Parameters
Param | Description |
---|---|
delay_us | The delay in units of micro seconds |
Returns
None.
Example
SYSTICK_Initialize(); SYSTICK_TimerStart(); // Generates 100us blocking delay SYSTICK_DelayUs(100)