[][src]Enum efm32gg11b820::ldma::ch15_ctrl::BLOCKSIZE_A

#[repr(u8)]pub enum BLOCKSIZE_A {
    UNIT1,
    UNIT2,
    UNIT3,
    UNIT4,
    UNIT6,
    UNIT8,
    UNIT16,
    UNIT32,
    UNIT64,
    UNIT128,
    UNIT256,
    UNIT512,
    UNIT1024,
    ALL,
}

Block Transfer Size

Value on reset: 0

Variants

UNIT1

0: One unit transfer per arbitration

UNIT2

1: Two unit transfers per arbitration

UNIT3

2: Three unit transfers per arbitration

UNIT4

3: Four unit transfers per arbitration

UNIT6

4: Six unit transfers per arbitration

UNIT8

5: Eight unit transfers per arbitration

UNIT16

7: Sixteen unit transfers per arbitration

UNIT32

9: 32 unit transfers per arbitration

UNIT64

10: 64 unit transfers per arbitration

UNIT128

11: 128 unit transfers per arbitration

UNIT256

12: 256 unit transfers per arbitration

UNIT512

13: 512 unit transfers per arbitration

UNIT1024

14: 1024 unit transfers per arbitration

ALL

15: Transfer all units as specified by the XFRCNT field

Trait Implementations

impl Clone for BLOCKSIZE_A[src]

impl Copy for BLOCKSIZE_A[src]

impl Debug for BLOCKSIZE_A[src]

impl From<BLOCKSIZE_A> for u8[src]

impl PartialEq<BLOCKSIZE_A> for BLOCKSIZE_A[src]

impl StructuralPartialEq for BLOCKSIZE_A[src]

Auto Trait Implementations

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, 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.