[][src]Enum k22f::wdog::stctrlh::TESTSEL_A

pub enum TESTSEL_A {
    _0,
    _1,
}

Effective only if TESTWDOG is set. Selects the test to be run on the watchdog timer.

Value on reset: 0

Variants

_0

0: Quick test. The timer runs in normal operation. You can load a small time-out value to do a quick test.

_1

1: Byte test. Puts the timer in the byte test mode where individual bytes of the timer are enabled for operation and are compared for time-out against the corresponding byte of the programmed time-out value. Select the byte through BYTESEL[1:0] for testing.

Trait Implementations

impl Clone for TESTSEL_A[src]

impl Copy for TESTSEL_A[src]

impl Debug for TESTSEL_A[src]

impl From<TESTSEL_A> for bool[src]

impl PartialEq<TESTSEL_A> for TESTSEL_A[src]

impl StructuralPartialEq for TESTSEL_A[src]

Auto Trait Implementations

impl Send for TESTSEL_A

impl Sync for TESTSEL_A

impl Unpin for TESTSEL_A

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> Same<T> for T

type Output = T

Should always be Self

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.