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

Method notify_intrend

src/cmos.rs:232–239  ·  view source on GitHub ↗

Notify when interrupt has ended

(&mut self)

Source from the content-addressed store, hash-verified

230
231 // Notify when interrupt has ended
232 pub fn notify_intrend(&mut self)
233 {
234 unsafe
235 {
236 self.address.write(Reg::C as u8);
237 self.data.read();
238 }
239 }
240
241
242 // Enable NMI

Callers 5

rtc_intrhFunction · 0.45
timer_interrupt_handlerFunction · 0.45
enable_intrMethod · 0.45
set_periodintr_rateMethod · 0.45

Calls 2

writeMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected