pub enum DirectBindableCpuInterrupt {
Show 24 variants
Interrupt0 = 24,
Interrupt1 = 25,
Interrupt2 = 26,
Interrupt3 = 27,
Interrupt4 = 28,
Interrupt5 = 29,
Interrupt6 = 30,
Interrupt7 = 31,
Interrupt8 = 32,
Interrupt9 = 33,
Interrupt10 = 34,
Interrupt11 = 35,
Interrupt12 = 36,
Interrupt13 = 37,
Interrupt14 = 38,
Interrupt15 = 39,
Interrupt16 = 40,
Interrupt17 = 41,
Interrupt18 = 42,
Interrupt19 = 43,
Interrupt20 = 44,
Interrupt21 = 45,
Interrupt22 = 46,
Interrupt23 = 47,
}Expand description
Enumeration of CPU interrupts available for direct binding.
Variants§
Interrupt0 = 24
Direct bindable CPU interrupt number 0.
Corresponds to CPU interrupt 24.
Interrupt1 = 25
Direct bindable CPU interrupt number 1.
Corresponds to CPU interrupt 25.
Interrupt2 = 26
Direct bindable CPU interrupt number 2.
Corresponds to CPU interrupt 26.
Interrupt3 = 27
Direct bindable CPU interrupt number 3.
Corresponds to CPU interrupt 27.
Interrupt4 = 28
Direct bindable CPU interrupt number 4.
Corresponds to CPU interrupt 28.
Interrupt5 = 29
Direct bindable CPU interrupt number 5.
Corresponds to CPU interrupt 29.
Interrupt6 = 30
Direct bindable CPU interrupt number 6.
Corresponds to CPU interrupt 30.
Interrupt7 = 31
Direct bindable CPU interrupt number 7.
Corresponds to CPU interrupt 31.
Interrupt8 = 32
Direct bindable CPU interrupt number 8.
Corresponds to CPU interrupt 32.
Interrupt9 = 33
Direct bindable CPU interrupt number 9.
Corresponds to CPU interrupt 33.
Interrupt10 = 34
Direct bindable CPU interrupt number 10.
Corresponds to CPU interrupt 34.
Interrupt11 = 35
Direct bindable CPU interrupt number 11.
Corresponds to CPU interrupt 35.
Interrupt12 = 36
Direct bindable CPU interrupt number 12.
Corresponds to CPU interrupt 36.
Interrupt13 = 37
Direct bindable CPU interrupt number 13.
Corresponds to CPU interrupt 37.
Interrupt14 = 38
Direct bindable CPU interrupt number 14.
Corresponds to CPU interrupt 38.
Interrupt15 = 39
Direct bindable CPU interrupt number 15.
Corresponds to CPU interrupt 39.
Interrupt16 = 40
Direct bindable CPU interrupt number 16.
Corresponds to CPU interrupt 40.
Interrupt17 = 41
Direct bindable CPU interrupt number 17.
Corresponds to CPU interrupt 41.
Interrupt18 = 42
Direct bindable CPU interrupt number 18.
Corresponds to CPU interrupt 42.
Interrupt19 = 43
Direct bindable CPU interrupt number 19.
Corresponds to CPU interrupt 43.
Interrupt20 = 44
Direct bindable CPU interrupt number 20.
Corresponds to CPU interrupt 44.
Interrupt21 = 45
Direct bindable CPU interrupt number 21.
Corresponds to CPU interrupt 45.
Interrupt22 = 46
Direct bindable CPU interrupt number 22.
Corresponds to CPU interrupt 46.
Interrupt23 = 47
Direct bindable CPU interrupt number 23.
Corresponds to CPU interrupt 47.
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)