pub enum CrystalFrequency {
Show 21 variants _4mhz, _4_09mhz, _4_91mhz, _5mhz, _5_12mhz, _6mhz, _6_14mhz, _7_37mhz, _8mhz, _8_19mhz, _10mhz, _12mhz, _12_2mhz, _13_5mhz, _14_3mhz, _16mhz, _16_3mhz, _18mhz, _20mhz, _24mhz, _25mhz,
}
Expand description

Selects which crystal is fitted to the XOSC pins.

Variants

_4mhz

4 MHz

_4_09mhz

4.096 MHz

_4_91mhz

4.9152 MHz

_5mhz

5 MHz

_5_12mhz

5.12 MHz

_6mhz

6 MHz

_6_14mhz

6.144 MHz

_7_37mhz

7.3728 MHz

_8mhz

8 MHz

_8_19mhz

8.192 MHz

_10mhz

10 MHz

_12mhz

12 MHz

_12_2mhz

12.288 MHz

_13_5mhz

13.56 MHz

_14_3mhz

14.31818 MHz

_16mhz

16 MHz

_16_3mhz

16.384 MHz

_18mhz

18.0 MHz (USB)

_20mhz

20.0 MHz (USB)

_24mhz

24.0 MHz (USB)

_25mhz

25.0 MHz (USB)

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.