#[repr(u8)]
pub enum MSIRANGE_A {
    Range100k,
    Range200k,
    Range400k,
    Range800k,
    Range1m,
    Range2m,
    Range4m,
    Range8m,
    Range16m,
    Range24m,
    Range32m,
    Range48m,
}
Expand description

MSI clock ranges

Value on reset: 6

Variants

Range100k

0: range 0 around 100 kHz

Range200k

1: range 1 around 200 kHz

Range400k

2: range 2 around 400 kHz

Range800k

3: range 3 around 800 kHz

Range1m

4: range 4 around 1 MHz

Range2m

5: range 5 around 2 MHz

Range4m

6: range 6 around 4 MHz

Range8m

7: range 7 around 8 MHz

Range16m

8: range 8 around 16 MHz

Range24m

9: range 9 around 24 MHz

Range32m

10: range 10 around 32 MHz

Range48m

11: 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

Converts to this type from the input type.

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.