Go to the source code of this file.
Defines | |
#define | NUT_CPU_FREQ 73728000UL |
Functions | |
void | NutRegisterTimer (void(*handler)(void *)) |
Initialize system timer. | |
uint32_t | NutGetTickClock (void) |
Return the number of system ticks per second. | |
uint32_t | NutTimerMillisToTicks (uint32_t ms) |
Calculate system ticks for a given number of milliseconds. |
#define NUT_CPU_FREQ 73728000UL |
Definition at line 149 of file ostimer_at91.c.
Referenced by NutArchClockGet(), NutGetCpuClock(), and NutRegisterTimer().