Enum atsame54n19a_pac::pdec::ctrla::CONF_A[][src]

#[repr(u8)]pub enum CONF_A {
    X4,
    X4S,
    X2,
    X2S,
    AUTOC,
}

PDEC Configuration

Value on reset: 0

Variants

X4

0: Quadrature decoder direction

X4S

1: Secure Quadrature decoder direction

X2

2: Decoder direction

X2S

3: Secure decoder direction

AUTOC

4: Auto correction mode

Trait Implementations

impl Clone for CONF_A[src]

impl Copy for CONF_A[src]

impl Debug for CONF_A[src]

impl PartialEq<CONF_A> for CONF_A[src]

impl StructuralPartialEq for CONF_A[src]

Auto Trait Implementations

impl Send for CONF_A

impl Sync for CONF_A

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