#[repr(u8)]
pub enum EWOFFSET_A {
    _8,
    _16,
    _32,
    _64,
    _128,
    _256,
    _512,
    _1K,
    _2K,
    _4K,
    _8K,
    _16K,
}
Expand description

Early Warning Interrupt Time Offset

Value on reset: 11

Variants

_8

0: 8 clock cycles

_16

1: 16 clock cycles

_32

2: 32 clock cycles

_64

3: 64 clock cycles

_128

4: 128 clock cycles

_256

5: 256 clock cycles

_512

6: 512 clock cycles

_1K

7: 1024 clock cycles

_2K

8: 2048 clock cycles

_4K

9: 4096 clock cycles

_8K

10: 8192 clock cycles

_16K

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.