Enum stm32f7xx_hal::pac::ethernet_dma::dmaomr::TTC_A[][src]

#[repr(u8)]
pub enum TTC_A {
    TTC64,
    TTC128,
    TTC192,
    TTC256,
    TTC40,
    TTC32,
    TTC24,
    TTC16,
}
Expand description

Transmit threshold control

Value on reset: 0

Variants

TTC64

0: 64 bytes

TTC128

1: 128 bytes

TTC192

2: 192 bytes

TTC256

3: 256 bytes

TTC40

4: 40 bytes

TTC32

5: 32 bytes

TTC24

6: 24 bytes

TTC16

7: 16 bytes

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

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.