Skip to main content

start_apic_timer

Function start_apic_timer 

Source
pub fn start_apic_timer(ticks_per_10ms: u32)
Expand description

Start the APIC timer in periodic mode.

ticks_per_10ms is the calibrated tick count from calibrate_apic_timer(). The timer fires at vector 0x20 (same as PIT timer), 100Hz.