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

Method trigger_interrupt

devices/src/legacy/uart_pl011.rs:365–367  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

363 }
364
365 fn trigger_interrupt(&mut self) -> result::Result<(), io::Error> {
366 self.irq.trigger(0)
367 }
368}
369
370impl BusDevice for Pl011 {

Callers 2

queue_input_bytesMethod · 0.45
handle_writeMethod · 0.45

Calls 1

triggerMethod · 0.45

Tested by

no test coverage detected