[][src]Enum esp32::timg::wdtconfig0::WDT_CPU_RESET_LENGTH_A

#[repr(u8)]pub enum WDT_CPU_RESET_LENGTH_A {
    T100NS,
    T200NS,
    T300NS,
    T400NS,
    T500NS,
    T800NS,
    T1600NS,
    T3200NS,
}

Value on reset: 0

Variants

T100NS

0: 100ns

T200NS

1: 200ns

T300NS

2: 300ns

T400NS

3: 400ns

T500NS

4: 500ns

T800NS

5: 800ns

T1600NS

6: 1600ns

T3200NS

7: 3200ns

Trait Implementations

impl Clone for WDT_CPU_RESET_LENGTH_A[src]

impl Copy for WDT_CPU_RESET_LENGTH_A[src]

impl Debug for WDT_CPU_RESET_LENGTH_A[src]

impl From<WDT_CPU_RESET_LENGTH_A> for u8[src]

impl PartialEq<WDT_CPU_RESET_LENGTH_A> for WDT_CPU_RESET_LENGTH_A[src]

impl StructuralPartialEq for WDT_CPU_RESET_LENGTH_A[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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> 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.