[][src]Enum atsame54p::sdhc0::bsr::BOUNDARY_A

#[repr(u8)]pub enum BOUNDARY_A {
    _4K,
    _8K,
    _16K,
    _32K,
    _64K,
    _128K,
    _256K,
    _512K,
}

SDMA Buffer Boundary

Value on reset: 0

Variants

_4K

0: 4k bytes

_8K

1: 8k bytes

_16K

2: 16k bytes

_32K

3: 32k bytes

_64K

4: 64k bytes

_128K

5: 128k bytes

_256K

6: 256k bytes

_512K

7: 512k bytes

Trait Implementations

impl Clone for BOUNDARY_A[src]

impl Copy for BOUNDARY_A[src]

impl Debug for BOUNDARY_A[src]

impl From<BOUNDARY_A> for u8[src]

impl PartialEq<BOUNDARY_A> for BOUNDARY_A[src]

impl StructuralPartialEq for BOUNDARY_A[src]

Auto Trait Implementations

impl Send for BOUNDARY_A

impl Sync for BOUNDARY_A

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