esp_idf_svc::hal::interrupt

Type Alias IntrFlags

Source
pub type IntrFlags = InterruptType;
Expand description

For backwards compatibility

Aliased Type§

enum IntrFlags {
Show 13 variants Level1, Level2, Level3, Level4, Level5, Level6, Nmi, Shared, Edge, Iram, IntrDisabled, LowMed, High,
}

Variants§

§

Level1

§

Level2

§

Level3

§

Level4

§

Level5

§

Level6

§

Nmi

§

Shared

§

Edge

§

Iram

§

IntrDisabled

§

LowMed

§

High

Implementations

Trait Implementations

Source§

impl<O> BitAnd<O> for InterruptType
where O: Into<EnumSet<InterruptType>>,

Source§

type Output = EnumSet<InterruptType>

The resulting type after applying the & operator.
Source§

fn bitand(self, other: O) -> <InterruptType as BitAnd<O>>::Output

Performs the & operation. Read more
Source§

impl<O> BitOr<O> for InterruptType
where O: Into<EnumSet<InterruptType>>,

Source§

type Output = EnumSet<InterruptType>

The resulting type after applying the | operator.
Source§

fn bitor(self, other: O) -> <InterruptType as BitOr<O>>::Output

Performs the | operation. Read more
Source§

impl<O> BitXor<O> for InterruptType
where O: Into<EnumSet<InterruptType>>,

Source§

type Output = EnumSet<InterruptType>

The resulting type after applying the ^ operator.
Source§

fn bitxor(self, other: O) -> <InterruptType as BitXor<O>>::Output

Performs the ^ operation. Read more
Source§

impl Clone for InterruptType

Source§

fn clone(&self) -> InterruptType

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for InterruptType

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Not for InterruptType

Source§

type Output = EnumSet<InterruptType>

The resulting type after applying the ! operator.
Source§

fn not(self) -> <InterruptType as Not>::Output

Performs the unary ! operation. Read more
Source§

impl PartialEq<EnumSet<InterruptType>> for InterruptType

Source§

fn eq(&self, other: &EnumSet<InterruptType>) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq for InterruptType

Source§

fn eq(&self, other: &InterruptType) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<O> Sub<O> for InterruptType
where O: Into<EnumSet<InterruptType>>,

Source§

type Output = EnumSet<InterruptType>

The resulting type after applying the - operator.
Source§

fn sub(self, other: O) -> <InterruptType as Sub<O>>::Output

Performs the - operation. Read more
Source§

impl Copy for InterruptType

Source§

impl EnumSetType for InterruptType

Source§

impl Eq for InterruptType