[][src]Enum circuit_playground_express::atsamd21g18a::wdt::ewctrl::EWOFFSETR

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

8 clock cycles

_16

16 clock cycles

_32

32 clock cycles

_64

64 clock cycles

_128

128 clock cycles

_256

256 clock cycles

_512

512 clock cycles

_1K

1024 clock cycles

_2K

2048 clock cycles

_4K

4096 clock cycles

_8K

8192 clock cycles

_16K

16384 clock cycles

_Reserved(u8)

Reserved

Methods

impl EWOFFSETR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_32(&self) -> bool[src]

Checks if the value of the field is _32

pub fn is_64(&self) -> bool[src]

Checks if the value of the field is _64

pub fn is_128(&self) -> bool[src]

Checks if the value of the field is _128

pub fn is_256(&self) -> bool[src]

Checks if the value of the field is _256

pub fn is_512(&self) -> bool[src]

Checks if the value of the field is _512

pub fn is_1k(&self) -> bool[src]

Checks if the value of the field is _1K

pub fn is_2k(&self) -> bool[src]

Checks if the value of the field is _2K

pub fn is_4k(&self) -> bool[src]

Checks if the value of the field is _4K

pub fn is_8k(&self) -> bool[src]

Checks if the value of the field is _8K

pub fn is_16k(&self) -> bool[src]

Checks if the value of the field is _16K

Trait Implementations

impl PartialEq<EWOFFSETR> for EWOFFSETR[src]

impl Debug for EWOFFSETR[src]

impl Copy for EWOFFSETR[src]

impl Clone for EWOFFSETR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for EWOFFSETR

impl Sync for EWOFFSETR

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]