(&self)
| 201 | |
| 202 | #[cfg(test)] |
| 203 | fn range(&self) -> Range<u32> { |
| 204 | self.offset..(self.offset + self.size) |
| 205 | } |
| 206 | } |
| 207 | |
| 208 | /// Coordinates graceful resource allocation of IRQs and GSIs from the interrupt |
no outgoing calls
no test coverage detected