libnx
v4.7.0
|
AArch64 system counter-timer. More...
#include "../types.h"
Go to the source code of this file.
Functions | |
static u64 | armGetSystemTick (void) |
Gets the current system tick. More... | |
static u64 | armGetSystemTickFreq (void) |
Gets the system counter-timer frequency. More... | |
static u64 | armNsToTicks (u64 ns) |
Converts from nanoseconds to CPU ticks unit. More... | |
static u64 | armTicksToNs (u64 tick) |
Converts from CPU ticks unit to nanoseconds. More... | |
AArch64 system counter-timer.
|
inlinestatic |
Gets the current system tick.
|
inlinestatic |
Gets the system counter-timer frequency.
Converts from nanoseconds to CPU ticks unit.
ns | Time in nanoseconds. |