Enum atsamd21e18a::wdt::ewctrl::EWOFFSETR[][src]

pub enum EWOFFSETR {
    _8,
    _16,
    _32,
    _64,
    _128,
    _256,
    _512,
    _1K,
    _2K,
    _4K,
    _8K,
    _16K,
    _Reserved(u8),
}

Possible values of the field EWOFFSET

Variants

8 clock cycles

16 clock cycles

32 clock cycles

64 clock cycles

128 clock cycles

256 clock cycles

512 clock cycles

1024 clock cycles

2048 clock cycles

4096 clock cycles

8192 clock cycles

16384 clock cycles

Reserved

Methods

impl EWOFFSETR
[src]

Value of the field as raw bits

Checks if the value of the field is _8

Checks if the value of the field is _16

Checks if the value of the field is _32

Checks if the value of the field is _64

Checks if the value of the field is _128

Checks if the value of the field is _256

Checks if the value of the field is _512

Checks if the value of the field is _1K

Checks if the value of the field is _2K

Checks if the value of the field is _4K

Checks if the value of the field is _8K

Checks if the value of the field is _16K

Trait Implementations

impl Clone for EWOFFSETR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EWOFFSETR
[src]

impl Debug for EWOFFSETR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EWOFFSETR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for EWOFFSETR

impl Sync for EWOFFSETR