Mask interrupts, disable both PIC.
(&mut self)
| 138 | |
| 139 | // Mask interrupts, disable both PIC. |
| 140 | pub unsafe fn disable(&mut self) |
| 141 | { |
| 142 | self.mask_write(u8::MAX, u8::MAX) |
| 143 | } |
| 144 | |
| 145 | // Checks if interrupt can be handled. |
| 146 | pub fn handles(&self, intrid: u8) -> bool |
nothing calls this directly
no test coverage detected