MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / intrend

Method intrend

src/dev/drivers/pic8259.rs:36–39  ·  view source on GitHub ↗

Sends a notification when interrupt has been handled, and the PIC can handle another interrupt.

(&mut self)

Source from the content-addressed store, hash-verified

34
35 // Sends a notification when interrupt has been handled, and the PIC can handle another interrupt.
36 unsafe fn intrend(&mut self)
37 {
38 self.cmd.write(INTREND_CMD);
39 }
40
41 // Read the interrupt mask for the PIC.
42 unsafe fn mask_read(&mut self) -> u8

Callers 1

notify_intrendMethod · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected