Enum efm32gg11b::ldma::ch7_ctrl::BLOCKSIZE_A[][src]

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.