Enum stm32f7xx_hal::pac::ethernet_dma::dmabmr::RDP_A[][src]

#[repr(u8)]
pub enum RDP_A {
    RDP1,
    RDP2,
    RDP4,
    RDP8,
    RDP16,
    RDP32,
}
Expand description

Rx DMA PBL

Value on reset: 0

Variants

RDP1

1: 1 beat per RxDMA transaction

RDP2

2: 2 beats per RxDMA transaction

RDP4

4: 4 beats per RxDMA transaction

RDP8

8: 8 beats per RxDMA transaction

RDP16

16: 16 beats per RxDMA transaction

RDP32

32: 32 beats per RxDMA transaction

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.