Enum nucleo_h7xx::pac::dma1::st::cr::MBURST_A[]

#[repr(u8)]pub enum MBURST_A {
    SINGLE,
    INCR4,
    INCR8,
    INCR16,
}

Memory burst transfer configuration

Value on reset: 0

Variants

SINGLE

0: Single transfer

INCR4

1: Incremental burst of 4 beats

INCR8

2: Incremental burst of 8 beats

INCR16

3: Incremental burst of 16 beats

Trait Implementations

impl Clone for MBURST_A

impl Copy for MBURST_A

impl Debug for MBURST_A

impl PartialEq<MBURST_A> for MBURST_A

impl StructuralPartialEq for MBURST_A

Auto Trait Implementations

impl Send for MBURST_A

impl Sync for MBURST_A

impl Unpin for MBURST_A

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.