Enum avr_device::atmega4809::wdt::ctrla::WINDOW_A[][src]

#[repr(u8)]
pub enum WINDOW_A {
    OFF,
    _8CLK,
    _16CLK,
    _32CLK,
    _64CLK,
    _128CLK,
    _256CLK,
    _512CLK,
    _1KCLK,
    _2KCLK,
    _4KCLK,
    _8KCLK,
}
Expand description

Window

Value on reset: 0

Variants

OFF

0: Off

_8CLK

1: 8 cycles (8ms)

_16CLK

2: 16 cycles (16ms)

_32CLK

3: 32 cycles (32ms)

_64CLK

4: 64 cycles (64ms)

_128CLK

5: 128 cycles (0.128s)

_256CLK

6: 256 cycles (0.256s)

_512CLK

7: 512 cycles (0.512s)

_1KCLK

8: 1K cycles (1.0s)

_2KCLK

9: 2K cycles (2.0s)

_4KCLK

10: 4K cycles (4.1s)

_8KCLK

11: 8K cycles (8.2s)

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.