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 | ) |
1.6.3