#[repr(u8)]
pub enum PREDIV_A {
Show 16 variants Div1, Div2, Div3, Div4, Div5, Div6, Div7, Div8, Div9, Div10, Div11, Div12, Div13, Div14, Div15, Div16,
}
Expand description

PREDIV division factor

Value on reset: 0

Variants

Div1

0: PREDIV input clock not divided

Div2

1: PREDIV input clock divided by 2

Div3

2: PREDIV input clock divided by 3

Div4

3: PREDIV input clock divided by 4

Div5

4: PREDIV input clock divided by 5

Div6

5: PREDIV input clock divided by 6

Div7

6: PREDIV input clock divided by 7

Div8

7: PREDIV input clock divided by 8

Div9

8: PREDIV input clock divided by 9

Div10

9: PREDIV input clock divided by 10

Div11

10: PREDIV input clock divided by 11

Div12

11: PREDIV input clock divided by 12

Div13

12: PREDIV input clock divided by 13

Div14

13: PREDIV input clock divided by 14

Div15

14: PREDIV input clock divided by 15

Div16

15: PREDIV input clock divided by 16

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.