1.25.11.4 1.26.10.4 1.27.12.4 1.28.14.4 PIT_DelayUs Function
C
void PIT_DelayUs(uint32_t us);
Summary
Delays processing for x microseconds.
Description
Delays execution by using the PIT timer to determine when given number of microseconds has expired.
Precondition
PIT is configured and enabled. The PIT interrupt is also enabled.
Parameters
Param | Description |
---|---|
us | number of microseconds to delay |
Returns
None.