Go to the source code of this file.
Functions | |
void | NutRegisterTimer (void(*handler)(void *)) |
Initialize system timer hardware. | |
u_long | NutGetCpuClock (void) |
Return the CPU clock in Hertz. | |
u_long | NutGetTickClock (void) |
Return the number of system ticks per second. | |
u_long | NutTimerMillisToTicks (u_long ms) |
Calculate system ticks for a given number of milliseconds. |