[]Enum stm32f407g_disc::ethernet_dma::dmabmr::PBLW

pub enum PBLW {
    PBL1,
    PBL2,
    PBL4,
    PBL8,
    PBL16,
    PBL32,
}

Values that can be written to the field PBL

Variants

PBL1

Maximum of 1 beat per DMA transaction

PBL2

Maximum of 2 beats per DMA transaction

PBL4

Maximum of 4 beats per DMA transaction

PBL8

Maximum of 8 beats per DMA transaction

PBL16

Maximum of 16 beats per DMA transaction

PBL32

Maximum of 32 beats per DMA transaction

Auto Trait Implementations

impl Send for PBLW

impl Sync for PBLW

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]