Time Delay Driver.
More...
|
file | delay.c |
| Time Delay Driver - gnulinux platform.
|
|
file | delay.c |
| Time Delay Driver - uos3-proto board.
|
|
Time Delay Driver.
void Delay_ms |
( |
uint32_t |
milliseconds | ) |
|
Delays execution for a specified number of milliseconds
- Parameters
-
milliseconds | number of milliseconds to delay |
Public Functions
Definition at line 19 of file delay.c.
void Delay_us |
( |
uint32_t |
microseconds | ) |
|
Delays execution for a specified number of microseconds
- Parameters
-
microseconds | number of microseconds to delay |
Definition at line 24 of file delay.c.