[][src]Enum stm32l4xx_hal::stm32::dma1::cselr::C7SR

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

Possible values of 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

Methods

impl C7SR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_no_mapping(&self) -> bool[src]

Checks if the value of the field is NOMAPPING

pub fn is_map1(&self) -> bool[src]

Checks if the value of the field is MAP1

pub fn is_map2(&self) -> bool[src]

Checks if the value of the field is MAP2

pub fn is_map3(&self) -> bool[src]

Checks if the value of the field is MAP3

pub fn is_map4(&self) -> bool[src]

Checks if the value of the field is MAP4

pub fn is_map5(&self) -> bool[src]

Checks if the value of the field is MAP5

pub fn is_map6(&self) -> bool[src]

Checks if the value of the field is MAP6

pub fn is_map7(&self) -> bool[src]

Checks if the value of the field is MAP7

pub fn is_map8(&self) -> bool[src]

Checks if the value of the field is MAP8

pub fn is_map9(&self) -> bool[src]

Checks if the value of the field is MAP9

pub fn is_map10(&self) -> bool[src]

Checks if the value of the field is MAP10

pub fn is_map11(&self) -> bool[src]

Checks if the value of the field is MAP11

pub fn is_map12(&self) -> bool[src]

Checks if the value of the field is MAP12

pub fn is_map13(&self) -> bool[src]

Checks if the value of the field is MAP13

pub fn is_map14(&self) -> bool[src]

Checks if the value of the field is MAP14

pub fn is_map15(&self) -> bool[src]

Checks if the value of the field is MAP15

Trait Implementations

impl Debug for C7SR[src]

impl PartialEq<C7SR> for C7SR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Copy for C7SR[src]

impl Clone for C7SR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for C7SR

impl Sync for C7SR

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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]

impl<T> Same for T

type Output = T

Should always be Self