MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / trigger_interrupt

Method trigger_interrupt

devices/src/legacy/serial.rs:232–234  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

230 }
231
232 fn trigger_interrupt(&mut self) -> result::Result<(), io::Error> {
233 self.interrupt.trigger(0)
234 }
235
236 fn iir_reset(&mut self) {
237 self.interrupt_identification = DEFAULT_INTERRUPT_IDENTIFICATION;

Callers 2

thr_emptyMethod · 0.45
recv_dataMethod · 0.45

Calls 1

triggerMethod · 0.45

Tested by

no test coverage detected