pub enum Divider {
Show 16 variants _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16,
}
Expand description

Selects how much to divide the system oscillator down.

Variants

_1

Divide by 1

_2

Divide by 2

_3

Divide by 3

_4

Divide by 4

_5

Divide by 5

_6

Divide by 6

_7

Divide by 7

_8

Divide by 8

_9

Divide by 9

_10

Divide by 10

_11

Divide by 11

_12

Divide by 12

_13

Divide by 13

_14

Divide by 14

_15

Divide by 15

_16

Divide by 16

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.