[][src]Enum imxrt1062_enet::atcr::OFFEN_A

pub enum OFFEN_A {
    OFFEN_0,
    OFFEN_1,
}

Enable One-Shot Offset Event

Value on reset: 0

Variants

OFFEN_0

0: Disable.

OFFEN_1

1: The timer can be reset to zero when the given offset time is reached (offset event). The field is cleared when the offset event is reached, so no further event occurs until the field is set again. The timer offset value must be set before setting this field.

Trait Implementations

impl Clone for OFFEN_A[src]

impl Copy for OFFEN_A[src]

impl Debug for OFFEN_A[src]

impl From<OFFEN_A> for bool[src]

impl PartialEq<OFFEN_A> for OFFEN_A[src]

impl StructuralPartialEq for OFFEN_A[src]

Auto Trait Implementations

impl Send for OFFEN_A

impl Sync for OFFEN_A

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