pub enum DirectBindableCpuInterrupt {
Interrupt0 = 1,
Interrupt1 = 2,
Interrupt2 = 5,
Interrupt3 = 6,
Interrupt4 = 8,
Interrupt5 = 9,
Interrupt6 = 10,
Interrupt7 = 11,
Interrupt8 = 12,
Interrupt9 = 13,
Interrupt10 = 14,
Interrupt11 = 15,
}Expand description
Enumeration of CPU interrupts available for direct binding.
Variants§
Interrupt0 = 1
Direct bindable CPU interrupt number 0.
Corresponds to CPU interrupt 1.
Interrupt1 = 2
Direct bindable CPU interrupt number 1.
Corresponds to CPU interrupt 2.
Interrupt2 = 5
Direct bindable CPU interrupt number 2.
Corresponds to CPU interrupt 5.
Interrupt3 = 6
Direct bindable CPU interrupt number 3.
Corresponds to CPU interrupt 6.
Interrupt4 = 8
Direct bindable CPU interrupt number 4.
Corresponds to CPU interrupt 8.
Interrupt5 = 9
Direct bindable CPU interrupt number 5.
Corresponds to CPU interrupt 9.
Interrupt6 = 10
Direct bindable CPU interrupt number 6.
Corresponds to CPU interrupt 10.
Interrupt7 = 11
Direct bindable CPU interrupt number 7.
Corresponds to CPU interrupt 11.
Interrupt8 = 12
Direct bindable CPU interrupt number 8.
Corresponds to CPU interrupt 12.
Interrupt9 = 13
Direct bindable CPU interrupt number 9.
Corresponds to CPU interrupt 13.
Interrupt10 = 14
Direct bindable CPU interrupt number 10.
Corresponds to CPU interrupt 14.
Interrupt11 = 15
Direct bindable CPU interrupt number 11.
Corresponds to CPU interrupt 15.
Trait Implementations§
Source§impl Clone for DirectBindableCpuInterrupt
impl Clone for DirectBindableCpuInterrupt
Source§fn clone(&self) -> DirectBindableCpuInterrupt
fn clone(&self) -> DirectBindableCpuInterrupt
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for DirectBindableCpuInterrupt
impl Debug for DirectBindableCpuInterrupt
Source§impl From<DirectBindableCpuInterrupt> for CpuInterrupt
impl From<DirectBindableCpuInterrupt> for CpuInterrupt
Source§fn from(bindable: DirectBindableCpuInterrupt) -> CpuInterrupt
fn from(bindable: DirectBindableCpuInterrupt) -> CpuInterrupt
Source§impl Hash for DirectBindableCpuInterrupt
impl Hash for DirectBindableCpuInterrupt
Source§impl Ord for DirectBindableCpuInterrupt
impl Ord for DirectBindableCpuInterrupt
Source§impl PartialEq for DirectBindableCpuInterrupt
impl PartialEq for DirectBindableCpuInterrupt
Source§impl PartialOrd for DirectBindableCpuInterrupt
impl PartialOrd for DirectBindableCpuInterrupt
Source§fn partial_cmp(&self, other: &DirectBindableCpuInterrupt) -> Option<Ordering>
fn partial_cmp(&self, other: &DirectBindableCpuInterrupt) -> Option<Ordering>
impl Copy for DirectBindableCpuInterrupt
impl Eq for DirectBindableCpuInterrupt
impl StructuralPartialEq for DirectBindableCpuInterrupt
Auto Trait Implementations§
impl Freeze for DirectBindableCpuInterrupt
impl RefUnwindSafe for DirectBindableCpuInterrupt
impl Send for DirectBindableCpuInterrupt
impl Sync for DirectBindableCpuInterrupt
impl Unpin for DirectBindableCpuInterrupt
impl UnsafeUnpin for DirectBindableCpuInterrupt
impl UnwindSafe for DirectBindableCpuInterrupt
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
clone_to_uninit)