#include <cfg/os.h>
#include <cfg/clock.h>
#include <arch/arm.h>
#include <dev/irqreg.h>
#include <sys/timer.h>
Defines | |
#define | NUT_DEPRECATED |
#define | NUT_CPU_FREQ 73728000UL |
#define | NUT_TICK_FREQ 1000UL |
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_DEPRECATED |
#define NUT_CPU_FREQ 73728000UL |
Referenced by NutGetCpuClock(), and NutRegisterTimer().