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.