Enum efm32gg11b::sdio::blksize::HSTSDMABUFSIZE_A[][src]

#[repr(u8)]
pub enum HSTSDMABUFSIZE_A {
    SIZE4,
    SIZE8,
    SIZE16,
    SIZE32,
    SIZE64,
    SIZE128,
    SIZE256,
    SIZE512,
}
Expand description

Host SDMA Buffer Size

Value on reset: 0

Variants

SIZE4

0: 4KB(Detects A11 Carry out)

SIZE8

1: 8KB(Detects A12 Carry out)

SIZE16

2: 16KB(Detects A13 Carry out)

SIZE32

3: 32KB(Detects A14 Carry out)

SIZE64

4: 64KB(Detects A15 Carry out)

SIZE128

5: 128KB(Detects A16 Carry out)

SIZE256

6: 256KB(Detects A17 Carry out)

SIZE512

7: 512KB(Detects A18 Carry out)

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.