[][src]Enum atsame70j20b::isi::isi_cfg1::THMASK_A

#[repr(u8)]pub enum THMASK_A {
    BEATS_4,
    BEATS_8,
    BEATS_16,
}

Threshold Mask

Value on reset: 0

Variants

BEATS_4

0: Only 4 beats AHB burst allowed

BEATS_8

1: Only 4 and 8 beats AHB burst allowed

BEATS_16

2: 4, 8 and 16 beats AHB burst allowed

Trait Implementations

impl Clone for THMASK_A[src]

impl Copy for THMASK_A[src]

impl Debug for THMASK_A[src]

impl From<THMASK_A> for u8[src]

impl PartialEq<THMASK_A> for THMASK_A[src]

impl StructuralPartialEq for THMASK_A[src]

Auto Trait Implementations

impl Send for THMASK_A

impl Sync for THMASK_A

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