[][src]Struct stm32f0xx_hal::pac::gpiof::afrh::AFRH10_W

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

Write proxy for field AFRH10

Implementations

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

pub fn variant(self, variant: AFRH15_A) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

Writes variant to the field

pub fn af0(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF0

pub fn af1(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF1

pub fn af2(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF2

pub fn af3(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF3

pub fn af4(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF4

pub fn af5(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF5

pub fn af6(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF6

pub fn af7(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF7

pub fn af8(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF8

pub fn af9(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF9

pub fn af10(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF10

pub fn af11(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF11

pub fn af12(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF12

pub fn af13(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF13

pub fn af14(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF14

pub fn af15(self) -> &'a mut W<u32, Reg<u32, _AFRH>>[src]

AF15

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for AFRH10_W<'a>

impl<'a> !Sync for AFRH10_W<'a>

impl<'a> Unpin for AFRH10_W<'a>

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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