Enum esp_idf_svc::hal::interrupt::InterruptType
source · pub enum InterruptType {
Show 13 variants
Level1,
Level2,
Level3,
Level4,
Level5,
Level6,
Nmi,
Shared,
Edge,
Iram,
IntrDisabled,
LowMed,
High,
}
Expand description
Interrupt allocation flags. These flags can be used to specify which interrupt qualities the code calling esp_intr_alloc* needs.
Variants§
Implementations§
source§impl InterruptType
impl InterruptType
pub fn levels(&self) -> EnumSet<InterruptType>
Trait Implementations§
source§impl<O> BitAnd<O> for InterruptTypewhere
O: Into<EnumSet<InterruptType>>,
impl<O> BitAnd<O> for InterruptTypewhere
O: Into<EnumSet<InterruptType>>,
§type Output = EnumSet<InterruptType>
type Output = EnumSet<InterruptType>
The resulting type after applying the
&
operator.source§fn bitand(self, other: O) -> <InterruptType as BitAnd<O>>::Output
fn bitand(self, other: O) -> <InterruptType as BitAnd<O>>::Output
Performs the
&
operation. Read moresource§impl<O> BitOr<O> for InterruptTypewhere
O: Into<EnumSet<InterruptType>>,
impl<O> BitOr<O> for InterruptTypewhere
O: Into<EnumSet<InterruptType>>,
§type Output = EnumSet<InterruptType>
type Output = EnumSet<InterruptType>
The resulting type after applying the
|
operator.source§fn bitor(self, other: O) -> <InterruptType as BitOr<O>>::Output
fn bitor(self, other: O) -> <InterruptType as BitOr<O>>::Output
Performs the
|
operation. Read moresource§impl<O> BitXor<O> for InterruptTypewhere
O: Into<EnumSet<InterruptType>>,
impl<O> BitXor<O> for InterruptTypewhere
O: Into<EnumSet<InterruptType>>,
§type Output = EnumSet<InterruptType>
type Output = EnumSet<InterruptType>
The resulting type after applying the
^
operator.source§fn bitxor(self, other: O) -> <InterruptType as BitXor<O>>::Output
fn bitxor(self, other: O) -> <InterruptType as BitXor<O>>::Output
Performs the
^
operation. Read moresource§impl Clone for InterruptType
impl Clone for InterruptType
source§fn clone(&self) -> InterruptType
fn clone(&self) -> InterruptType
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InterruptType
impl Debug for InterruptType
source§impl Not for InterruptType
impl Not for InterruptType
§type Output = EnumSet<InterruptType>
type Output = EnumSet<InterruptType>
The resulting type after applying the
!
operator.source§fn not(self) -> <InterruptType as Not>::Output
fn not(self) -> <InterruptType as Not>::Output
Performs the unary
!
operation. Read moresource§impl PartialEq<EnumSet<InterruptType>> for InterruptType
impl PartialEq<EnumSet<InterruptType>> for InterruptType
source§fn eq(&self, other: &EnumSet<InterruptType>) -> bool
fn eq(&self, other: &EnumSet<InterruptType>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq for InterruptType
impl PartialEq for InterruptType
source§fn eq(&self, other: &InterruptType) -> bool
fn eq(&self, other: &InterruptType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<O> Sub<O> for InterruptTypewhere
O: Into<EnumSet<InterruptType>>,
impl<O> Sub<O> for InterruptTypewhere
O: Into<EnumSet<InterruptType>>,
§type Output = EnumSet<InterruptType>
type Output = EnumSet<InterruptType>
The resulting type after applying the
-
operator.source§fn sub(self, other: O) -> <InterruptType as Sub<O>>::Output
fn sub(self, other: O) -> <InterruptType as Sub<O>>::Output
Performs the
-
operation. Read moreimpl Copy for InterruptType
impl EnumSetType for InterruptType
impl Eq for InterruptType
Auto Trait Implementations§
impl Freeze for InterruptType
impl RefUnwindSafe for InterruptType
impl Send for InterruptType
impl Sync for InterruptType
impl Unpin for InterruptType
impl UnwindSafe for InterruptType
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
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)