pub enum MsiFreq {
    RANGE100K,
    RANGE200K,
    RANGE400K,
    RANGE800K,
    RANGE1M,
    RANGE2M,
    RANGE4M,
    RANGE8M,
    RANGE16M,
    RANGE24M,
    RANGE32M,
    RANGE48M,
}

Variants

RANGE100K

range 0 around 100 kHz

RANGE200K

range 1 around 200 kHz

RANGE400K

range 2 around 400 kHz

RANGE800K

range 3 around 800 kHz

RANGE1M

range 4 around 1 MHz

RANGE2M

range 5 around 2 MHz

RANGE4M

range 6 around 4 MHz

RANGE8M

range 7 around 8 MHz

RANGE16M

range 8 around 16 MHz

RANGE24M

range 9 around 24 MHz

RANGE32M

range 10 around 32 MHz

RANGE48M

range 11 around 48 MHz

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.