[][src]Enum saml10d14a::wdt::config::PER_A

pub enum PER_A {
    CYC8,
    CYC16,
    CYC32,
    CYC64,
    CYC128,
    CYC256,
    CYC512,
    CYC1024,
    CYC2048,
    CYC4096,
    CYC8192,
    CYC16384,
}

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

Trait Implementations

impl ToBits<u8> for PER_A[src]

impl Debug for PER_A[src]

impl PartialEq<PER_A> for PER_A[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for PER_A[src]

impl Clone for PER_A[src]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Unpin for PER_A

impl Sync for PER_A

impl Send for PER_A

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self