Read the interrupt mask for the PIC.
(&mut self)
| 40 | |
| 41 | // Read the interrupt mask for the PIC. |
| 42 | unsafe fn mask_read(&mut self) -> u8 |
| 43 | { |
| 44 | self.data.read() |
| 45 | } |
| 46 | |
| 47 | // Write the interrupt mask for the PIC. |
| 48 | unsafe fn mask_write(&mut self, mask: u8) |