[][src]Struct stm32f3::stm32f303::gpioa::afrl::_AFRL1W

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

Proxy

Methods

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

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

Writes variant to the field

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

AF0

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

AF1

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

AF2

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

AF3

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

AF4

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

AF5

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

AF6

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

AF7

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

AF8

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

AF9

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

AF10

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

AF11

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

AF12

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

AF13

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

AF14

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

AF15

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _AFRL1W<'a>

impl<'a> Sync for _AFRL1W<'a>

impl<'a> Send for _AFRL1W<'a>

Blanket Implementations

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

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self