Enum atsam4ls4b_pac::ast::parameter::NUMAR_A[][src]

#[repr(u8)]pub enum NUMAR_A {
    ZERO,
    ONE,
    TWO,
}

Number of alarm comparators

Value on reset: 0

Variants

ZERO

0: No alarm comparators

ONE

1: One alarm comparator

TWO

2: Two alarm comparators

Trait Implementations

impl Clone for NUMAR_A[src]

impl Copy for NUMAR_A[src]

impl Debug for NUMAR_A[src]

impl PartialEq<NUMAR_A> for NUMAR_A[src]

impl StructuralPartialEq for NUMAR_A[src]

Auto Trait Implementations

impl Send for NUMAR_A

impl Sync for NUMAR_A

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