Provides delay for requested duration.
Note: Instruction cache should be enabled for this to work.
Prototype
void MB_Sleep(u32 MilliSeconds) __attribute__((__deprecated__));
Parameters
The following table lists the MB_Sleep function arguments.
| Name | Description |
|---|---|
| MilliSeconds- | Delay time in milliseconds. |