[]Struct nucleo_f042k6::stm32::syscfg_comp::syscfg_exticr2::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn exti7(&mut self) -> _EXTI7W

Bits 12:15 - EXTI 7 configuration bits

pub fn exti6(&mut self) -> _EXTI6W

Bits 8:11 - EXTI 6 configuration bits

pub fn exti5(&mut self) -> _EXTI5W

Bits 4:7 - EXTI 5 configuration bits

pub fn exti4(&mut self) -> _EXTI4W

Bits 0:3 - EXTI 4 configuration bits

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 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]