pub unsafe trait Nr {
    fn nr(&self) -> u8;
}
Expand description

Interrupt number

Required methods

Returns the number associated with an interrupt

Implementors