WUT
0.1
Wii U Toolchain
|
Data Structures | |
struct | OSSystemInfo |
Macros | |
#define | OSOneSecond ((OSGetSystemInfo()->clockSpeed) / 4) |
#define | OSMilliseconds(val) ((((uint64_t)(val)) * (uint64_t)(OSOneSecond)) / 1000ull) |
Typedefs | |
typedef struct OSSystemInfo | OSSystemInfo |
Functions | |
OSSystemInfo * | OSGetSystemInfo () |
#define OSOneSecond ((OSGetSystemInfo()->clockSpeed) / 4) |
Definition at line 29 of file systeminfo.h.
#define OSMilliseconds | ( | val | ) | ((((uint64_t)(val)) * (uint64_t)(OSOneSecond)) / 1000ull) |
Definition at line 30 of file systeminfo.h.
typedef struct OSSystemInfo OSSystemInfo |
Definition at line 15 of file systeminfo.h.
OSSystemInfo* OSGetSystemInfo | ( | ) |