Enum atsame54p19a_pac::dmac::channel::chctrla::BURSTLEN_A[][src]

#[repr(u8)]pub enum BURSTLEN_A {
    SINGLE,
    _2BEAT,
    _3BEAT,
    _4BEAT,
    _5BEAT,
    _6BEAT,
    _7BEAT,
    _8BEAT,
    _9BEAT,
    _10BEAT,
    _11BEAT,
    _12BEAT,
    _13BEAT,
    _14BEAT,
    _15BEAT,
    _16BEAT,
}

Burst Length

Value on reset: 0

Variants

SINGLE

0: Single-beat burst length

_2BEAT

1: 2-beats burst length

_3BEAT

2: 3-beats burst length

_4BEAT

3: 4-beats burst length

_5BEAT

4: 5-beats burst length

_6BEAT

5: 6-beats burst length

_7BEAT

6: 7-beats burst length

_8BEAT

7: 8-beats burst length

_9BEAT

8: 9-beats burst length

_10BEAT

9: 10-beats burst length

_11BEAT

10: 11-beats burst length

_12BEAT

11: 12-beats burst length

_13BEAT

12: 13-beats burst length

_14BEAT

13: 14-beats burst length

_15BEAT

14: 15-beats burst length

_16BEAT

15: 16-beats burst length

Trait Implementations

impl Clone for BURSTLEN_A[src]

impl Copy for BURSTLEN_A[src]

impl Debug for BURSTLEN_A[src]

impl PartialEq<BURSTLEN_A> for BURSTLEN_A[src]

impl StructuralPartialEq for BURSTLEN_A[src]

Auto Trait Implementations

impl Send for BURSTLEN_A

impl Sync for BURSTLEN_A

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