pub enum MCOPREW {
    DIV_1,
    DIV_2,
    DIV_4,
    DIV_8,
    DIV_16,
    DIV_32,
    DIV_64,
    DIV_128,
}
Expand description

Values that can be written to the field MCOPRE

Variants

DIV_1

MCO is divided by 1

DIV_2

MCO is divided by 2

DIV_4

MCO is divided by 4

DIV_8

MCO is divided by 8

DIV_16

MCO is divided by 16

DIV_32

MCO is divided by 32

DIV_64

MCO is divided by 64

DIV_128

MCO is divided by 128

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.