Struct nucleo_h7xx::pac::gpioa::afrl::AFR6_W[]

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

Write proxy for field AFR6

Implementations

impl<'a> AFR6_W<'a>

pub fn variant(self, variant: AFR0_A) -> &'a mut W<u32, Reg<u32, _AFRL>>

Writes variant to the field

pub fn af0(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF0

pub fn af1(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF1

pub fn af2(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF2

pub fn af3(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF3

pub fn af4(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF4

pub fn af5(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF5

pub fn af6(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF6

pub fn af7(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF7

pub fn af8(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF8

pub fn af9(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF9

pub fn af10(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF10

pub fn af11(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF11

pub fn af12(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF12

pub fn af13(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF13

pub fn af14(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF14

pub fn af15(self) -> &'a mut W<u32, Reg<u32, _AFRL>>

AF15

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for AFR6_W<'a>

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

impl<'a> Unpin for AFR6_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.