![]() |
GaIA BIOS Library
|
GWA delay functions. More...
#include <stdint.h>Functions | |
| void | gwa_delay (uint32_t ms) |
| Delay function. | |
GWA delay functions.
These functions are used to keep the GWA library RTOS-independent.
| void gwa_delay | ( | uint32_t | ms | ) |
Delay function.
It should be provided by user code.
| ms | requested delay in milliseconds. |