Home
last modified time | relevance | path

Searched defs:pit_counter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/
H A Dpit.rs266 let pit_counter = PitCounter::new(i, interrupt, clock.clone())?; in new() localVariable
295 let pit_counter = self.counters[0].clone(); in start() localVariable
896 pit_counter: Arc<Mutex<PitCounter>>, field