include/delay.h File Reference
Delay functions.
More...
Go to the source code of this file.
Functions |
| void | udelay (unsigned int us) |
| | Delay for a specified number of microseconds.
|
| void | mdelay (unsigned int ms) |
| | Delay for a specified number of milliseconds.
|
Detailed Description
Delay functions.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file delay.h.
Function Documentation
| void mdelay |
( |
unsigned int |
ms |
) |
|
Delay for a specified number of milliseconds.
- Parameters:
-
| ms | Number of milliseconds to delay. |
Definition at line 79 of file delay.c.
References assert.
| void udelay |
( |
unsigned int |
us |
) |
|
Delay for a specified number of microseconds.
- Parameters:
-
| us | Number of microseconds to delay. |
Definition at line 67 of file delay.c.
References assert.