[][src]Trait bare_metal::Nr

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

Interrupt number

Required methods

fn nr(&self) -> u8

Returns the number associated with an interrupt

Loading content...

Implementors

Loading content...