Expand description
The timer support.
Modulesยง
- apic ๐
- hpet ๐
- pit ๐
- The Programmable Interval Timer (PIT) chip (Intel 8253/8254) basically consists of an oscillator, a prescaler and 3 independent frequency dividers. Each frequency divider has an output, which is used to allow the timer to control external circuitry (for example, IRQ 0).
Constantsยง
- TIMER_
FREQ - The timer frequency (Hz).
Staticsยง
- TIMER_
IRQ ๐
Functionsยง
- init_ap ๐
- Enables timer interrupt on this AP.
- init_
bsp ๐ - Initializes the timer state and enable timer interrupts on BSP.
- timer_
callback ๐