[][src]Enum atsamd51j19a::wdt::config::PERR

pub enum PERR {
    CYC8,
    CYC16,
    CYC32,
    CYC64,
    CYC128,
    CYC256,
    CYC512,
    CYC1024,
    CYC2048,
    CYC4096,
    CYC8192,
    CYC16384,
    _Reserved(u8),
}

Possible values of the field PER

Variants

CYC8

8 clock cycles

CYC16

16 clock cycles

CYC32

32 clock cycles

CYC64

64 clock cycles

CYC128

128 clock cycles

CYC256

256 clock cycles

CYC512

512 clock cycles

CYC1024

1024 clock cycles

CYC2048

2048 clock cycles

CYC4096

4096 clock cycles

CYC8192

8192 clock cycles

CYC16384

16384 clock cycles

_Reserved(u8)

Reserved

Methods

impl PERR[src]

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

Value of the field as raw bits

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

Checks if the value of the field is CYC8

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

Checks if the value of the field is CYC16

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

Checks if the value of the field is CYC32

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

Checks if the value of the field is CYC64

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

Checks if the value of the field is CYC128

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

Checks if the value of the field is CYC256

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

Checks if the value of the field is CYC512

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

Checks if the value of the field is CYC1024

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

Checks if the value of the field is CYC2048

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

Checks if the value of the field is CYC4096

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

Checks if the value of the field is CYC8192

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

Checks if the value of the field is CYC16384

Trait Implementations

impl Debug for PERR[src]

impl PartialEq<PERR> for PERR[src]

impl Copy for PERR[src]

impl Clone for PERR[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 PERR

impl Sync for PERR

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]