#include "hal/types.h"

Go to the source code of this file.
Namespaces | |
| rp | |
| rp::arch | |
Macros | |
| #define | delay(x) ::Sleep(x) |
| #define | getms() rp::arch::getHDTimer() |
| #define | getus() rp::arch::getHDTimer_us() |
Functions | |
| _u64 | rp::arch::getHDTimer () |
| _u64 | rp::arch::getHDTimer_us () |
| void | rp::arch::HPtimer_reset () |
| #define delay | ( | x | ) | ::Sleep(x) |
Definition at line 39 of file win32/timer.h.
| #define getms | ( | ) | rp::arch::getHDTimer() |
Definition at line 48 of file win32/timer.h.
| #define getus | ( | ) | rp::arch::getHDTimer_us() |
Definition at line 49 of file win32/timer.h.