Enum cortex_a::registers::DAIF::I::Value[][src]

#[repr(u64)]
pub enum Value {
    Unmasked,
    Masked,
}
Expand description

IRQ mask bit. The possible values of this bit are:

0 Exception not masked. 1 Exception masked.

When this register has an architecturally-defined reset value, this field resets to 1.

Variants

Unmasked
Masked

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.