[][src]Trait cortex_m::interrupt::Nr

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

Interrupt number

Required methods

pub fn nr(&self) -> u8[src]

Returns the number associated with an interrupt

Loading content...

Implementors

Loading content...