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. | |
Delay functions.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file delay.h.
| void mdelay | ( | unsigned int | ms | ) |
| void udelay | ( | unsigned int | us | ) |
Delay for a specified number of microseconds.
| us | Number of microseconds to delay. |
Definition at line 67 of file delay.c.
References assert.
Referenced by gfx_display_init_all(), gfx_exit_standby(), and gfx_reset_display().
1.6.3