[][src]Struct stm32l4xx_hal::stm32::gpiob::afrl::_AFRL7W

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

Proxy

Methods

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

pub fn variant(self, variant: AFRL7W) -> &'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> Send for _AFRL7W<'a>

impl<'a> Sync for _AFRL7W<'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