#[repr(u8)]
pub enum CLKDIV_A {
Show 16 variants NoDiv, Div21, Div22, Div23, Div24, Div25, Div26, Div27, Div28, Div29, Div210, Div211, Div212, Div213, Div214, Div215,
}
Expand description

CLKDIV

Value on reset: 0

Variants

NoDiv

0: Internal RNG clock after divider is similar to incoming RNG clock

Div21

1: Divide RNG clock by 2^1

Div22

2: Divide RNG clock by 2^2

Div23

3: Divide RNG clock by 2^3

Div24

4: Divide RNG clock by 2^4

Div25

5: Divide RNG clock by 2^5

Div26

6: Divide RNG clock by 2^6

Div27

7: Divide RNG clock by 2^7

Div28

8: Divide RNG clock by 2^8

Div29

9: Divide RNG clock by 2^9

Div210

10: Divide RNG clock by 2^10

Div211

11: Divide RNG clock by 2^11

Div212

12: Divide RNG clock by 2^12

Div213

13: Divide RNG clock by 2^13

Div214

14: Divide RNG clock by 2^14

Div215

15: Divide RNG clock by 2^15

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.