[][src]Enum atsame70j20b::xdmac::xdmac_chid::xdmac_cc::CSIZE_A

#[repr(u8)]pub enum CSIZE_A {
    CHK_1,
    CHK_2,
    CHK_4,
    CHK_8,
    CHK_16,
}

Channel x Chunk Size

Value on reset: 0

Variants

CHK_1

0: 1 data transferred

CHK_2

1: 2 data transferred

CHK_4

2: 4 data transferred

CHK_8

3: 8 data transferred

CHK_16

4: 16 data transferred

Trait Implementations

impl Clone for CSIZE_A[src]

impl Copy for CSIZE_A[src]

impl Debug for CSIZE_A[src]

impl From<CSIZE_A> for u8[src]

impl PartialEq<CSIZE_A> for CSIZE_A[src]

impl StructuralPartialEq for CSIZE_A[src]

Auto Trait Implementations

impl Send for CSIZE_A

impl Sync for CSIZE_A

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