Delay functions for the AVR architecture. More...
#include <assert.h>#include <delay.h>#include <types.h>#include <compiler.h>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 for the AVR architecture.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file delay.c.
| 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