pub enum PllOutputFrequency {
Show 15 variants _80_00mhz, _66_67mhz, _50_00mhz, _40_00mhz, _33_33mhz, _28_57mhz, _25mhz, _22_22mhz, _20mhz, _18_18mhz, _16_67mhz, _15_38mhz, _14_29mhz, _13_33mhz, _12_5mhz,
}
Expand description

Selects what to divide the PLL’s 400MHz down to.

Variants

_80_00mhz

80.00 MHz

_66_67mhz

66.67 MHz

_50_00mhz

50 MHz

_40_00mhz

40 MHz

_33_33mhz

33.33 MHz

_28_57mhz

28.57 MHz

_25mhz

25 MHz

_22_22mhz

22.22 MHz

_20mhz

20 MHz

_18_18mhz

18.18 MHz

_16_67mhz

16.67 MHz

_15_38mhz

15.38 MHz

_14_29mhz

14.29 MHz

_13_33mhz

13.33 MHz

_12_5mhz

12.5 MHz

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.

Should always be Self
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.