Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
370
impl BusDevice for Pl011 {
Callers
2
queue_input_bytes
Method · 0.45
handle_write
Method · 0.45
Calls
1
trigger
Method · 0.45
Tested by
no test coverage detected