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

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

Interrupt number

Required Methods

Returns the number associated with this interrupt

Implementors