#[repr(u8)]
pub enum FilterOrder {
    FastSinc,
    Sinc1,
    Sinc2,
    Sinc3,
    Sinc4,
    Sinc5,
}
Expand description

Sinc filter order. Sets FLTxFCR register, FORD field.

Variants

FastSinc

FastSinc filter type

Sinc1

Sinc1 filter type

Sinc2

Sinc2 filter type

Sinc3

Sinc3 filter type

Sinc4

Sinc4 filter type

Sinc5

Sinc5 filter type

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

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.