#[repr(u8)]
pub enum WDTIS_A {
    WDTIS_0,
    WDTIS_1,
    WDTIS_2,
    WDTIS_3,
    WDTIS_4,
    WDTIS_5,
    WDTIS_6,
    WDTIS_7,
}
Expand description

WDT - Timer Interval Select 0

Value on reset: 0

Variants

WDTIS_0

0: WDT - Timer Interval Select: /2G

WDTIS_1

1: WDT - Timer Interval Select: /128M

WDTIS_2

2: WDT - Timer Interval Select: /8192k

WDTIS_3

3: WDT - Timer Interval Select: /512k

WDTIS_4

4: WDT - Timer Interval Select: /32k

WDTIS_5

5: WDT - Timer Interval Select: /8192

WDTIS_6

6: WDT - Timer Interval Select: /512

WDTIS_7

7: WDT - Timer Interval Select: /64

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

Performs the conversion.

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

Performs the conversion.

Performs the conversion.

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.