[][src]Struct stm32l4xx_hal::stm32::dma1::cselr::_C2SW

pub struct _C2SW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _C2SW<'a>[src]

pub fn variant(self, variant: C7SW) -> &'a mut W[src]

Writes variant to the field

pub fn no_mapping(self) -> &'a mut W[src]

Default mapping

pub fn map1(self) -> &'a mut W[src]

Mapping 1

pub fn map2(self) -> &'a mut W[src]

Mapping 2

pub fn map3(self) -> &'a mut W[src]

Mapping 3

pub fn map4(self) -> &'a mut W[src]

Mapping 4

pub fn map5(self) -> &'a mut W[src]

Mapping 5

pub fn map6(self) -> &'a mut W[src]

Mapping 6

pub fn map7(self) -> &'a mut W[src]

Mapping 7

pub fn map8(self) -> &'a mut W[src]

Mapping 8

pub fn map9(self) -> &'a mut W[src]

Mapping 9

pub fn map10(self) -> &'a mut W[src]

Mapping 10

pub fn map11(self) -> &'a mut W[src]

Mapping 11

pub fn map12(self) -> &'a mut W[src]

Mapping 12

pub fn map13(self) -> &'a mut W[src]

Mapping 13

pub fn map14(self) -> &'a mut W[src]

Mapping 14

pub fn map15(self) -> &'a mut W[src]

Mapping 15

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _C2SW<'a>

impl<'a> Sync for _C2SW<'a>

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