[][src]Enum stm32l4x2_pac::dma1::cselr::C7SW

pub enum C7SW {
    NOMAPPING,
    MAP1,
    MAP2,
    MAP3,
    MAP4,
    MAP5,
    MAP6,
    MAP7,
    MAP8,
    MAP9,
    MAP10,
    MAP11,
    MAP12,
    MAP13,
    MAP14,
    MAP15,
}

Values that can be written to the field C7S

Variants

NOMAPPING

Default mapping

MAP1

Mapping 1

MAP2

Mapping 2

MAP3

Mapping 3

MAP4

Mapping 4

MAP5

Mapping 5

MAP6

Mapping 6

MAP7

Mapping 7

MAP8

Mapping 8

MAP9

Mapping 9

MAP10

Mapping 10

MAP11

Mapping 11

MAP12

Mapping 12

MAP13

Mapping 13

MAP14

Mapping 14

MAP15

Mapping 15

Auto Trait Implementations

impl Send for C7SW

impl Sync for C7SW

Blanket Implementations

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> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

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> 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]

impl<T> Same for T

type Output = T

Should always be Self