Trait bare_metal::Nr [−][src]
pub unsafe trait Nr {
fn nr(&self) -> u8;
}Interrupt number
Required Methods
fn nr(&self) -> u8
Returns the number associated with an interrupt
pub unsafe trait Nr {
fn nr(&self) -> u8;
}Interrupt number
fn nr(&self) -> u8Returns the number associated with an interrupt