#[repr(u32)]
pub enum Value {
    OneEighth,
    OneQuarter,
    OneHalf,
    ThreeQuarters,
    SevenEighths,
}
Expand description

Receive interrupt FIFO level select

Variants

OneEighth

Trigger an interrupt when the FIFO becomes 1/8 full

OneQuarter

Trigger an interrupt when the FIFO becomes 1/4 full

OneHalf

Trigger an interrupt when the FIFO becomes 1/2 full

ThreeQuarters

Trigger an interrupt when the FIFO becomes 3/4 full

SevenEighths

Trigger an interrupt when the FIFO becomes 7/8 full

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.