[]Struct stm32f072b_disco::stm32f0::stm32f0x2::syscfg::exticr1::_EXTI3W

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

Proxy

Methods

impl<'a> _EXTI3W<'a>

pub fn variant(self, variant: EXTI3W) -> &'a mut W

Writes variant to the field

pub fn pe3(self) -> &'a mut W

Select PE3 as the source input for the EXTI3 external interrupt

pub fn pa3(self) -> &'a mut W

Select PA3 as the source input for the EXTI3 external interrupt

pub fn pb3(self) -> &'a mut W

Select PB3 as the source input for the EXTI3 external interrupt

pub fn pc3(self) -> &'a mut W

Select PC3 as the source input for the EXTI3 external interrupt

pub fn pd3(self) -> &'a mut W

Select PD3 as the source input for the EXTI3 external interrupt

pub fn pf3(self) -> &'a mut W

Select PF3 as the source input for the EXTI3 external interrupt

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _EXTI3W<'a>

impl<'a> Sync for _EXTI3W<'a>

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto 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, 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