pub enum PreScaler {
    U1,
    U2,
    U4,
    U8,
    U16,
    U32,
    U64,
    U128,
}
Expand description

The prescaler value to use for a timer

Allow missing docs because the type is self explanatory

Variants

U1

U2

U4

U8

U16

U32

U64

U128

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.