[][src]Enum nrf52832_hal::pac::wdt::reqstatus::RR5_A

pub enum RR5_A {
    DISABLEDORREQUESTED,
    ENABLEDANDUNREQUESTED,
}

Request status for RR[5] register

Value on reset: 0

Variants

DISABLEDORREQUESTED

0: RR[5] register is not enabled, or are already requesting reload

ENABLEDANDUNREQUESTED

1: RR[5] register is enabled, and are not yet requesting reload

Trait Implementations

impl Clone for RR5_A[src]

impl Copy for RR5_A[src]

impl Debug for RR5_A[src]

impl PartialEq<RR5_A> for RR5_A[src]

impl StructuralPartialEq for RR5_A[src]

Auto Trait Implementations

impl Send for RR5_A

impl Sync for RR5_A

impl Unpin for RR5_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.