Module generic_timer

Source
Expand description

ARM Generic Timer.

Functionsยง

current_ticks
Returns the current clock time in hardware ticks.
enable_irqs
Enable timer interrupts.
init_early
Early stage initialization: stores the timer frequency.
nanos_to_ticks
Converts nanoseconds to hardware ticks.
set_oneshot_timer
Set a one-shot timer.
ticks_to_nanos
Converts hardware ticks to nanoseconds.