#[repr(u8)]
pub enum EWOFFSETSELECT_A {
    CYC8,
    CYC16,
    CYC32,
    CYC64,
    CYC128,
    CYC256,
    CYC512,
    CYC1024,
    CYC2048,
    CYC4096,
    CYC8192,
    CYC16384,
}
Expand description

Early Warning Interrupt Time Offset

Value on reset: 11

Variants§

§

CYC8

0: 8 clock cycles

§

CYC16

1: 16 clock cycles

§

CYC32

2: 32 clock cycles

§

CYC64

3: 64 clock cycles

§

CYC128

4: 128 clock cycles

§

CYC256

5: 256 clock cycles

§

CYC512

6: 512 clock cycles

§

CYC1024

7: 1024 clock cycles

§

CYC2048

8: 2048 clock cycles

§

CYC4096

9: 4096 clock cycles

§

CYC8192

10: 8192 clock cycles

§

CYC16384

11: 16384 clock cycles

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 !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. 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.

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.