Go to the source code of this file.
Defines | |
#define | _ABLE_CLIB_ABLE_DELAY_H 1 |
Functions | |
void | delay (int usec) |
Delay execution by a number of microseconds. |
#define _ABLE_CLIB_ABLE_DELAY_H 1 |
void delay | ( | int | usec | ) |
Delay execution by a number of microseconds.
Delay the execution by the specified number of microseconds. This should delay by at leas the number of microseconds, but may take longer depending on IRQ activity, etc.
usec | number of microseconds to delay by |