[][src]Struct stm32g0::stm32g0x1::exti::fpr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn fpif0(&mut self) -> _FPIF0W[src]

Bit 0 - configurable event inputs x falling edge pending bit.

pub fn fpif1(&mut self) -> _FPIF1W[src]

Bit 1 - configurable event inputs x falling edge pending bit.

pub fn fpif2(&mut self) -> _FPIF2W[src]

Bit 2 - configurable event inputs x falling edge pending bit.

pub fn fpif3(&mut self) -> _FPIF3W[src]

Bit 3 - configurable event inputs x falling edge pending bit.

pub fn fpif4(&mut self) -> _FPIF4W[src]

Bit 4 - configurable event inputs x falling edge pending bit.

pub fn fpif5(&mut self) -> _FPIF5W[src]

Bit 5 - configurable event inputs x falling edge pending bit.

pub fn fpif6(&mut self) -> _FPIF6W[src]

Bit 6 - configurable event inputs x falling edge pending bit.

pub fn fpif7(&mut self) -> _FPIF7W[src]

Bit 7 - configurable event inputs x falling edge pending bit.

pub fn fpif8(&mut self) -> _FPIF8W[src]

Bit 8 - configurable event inputs x falling edge pending bit.

pub fn fpif9(&mut self) -> _FPIF9W[src]

Bit 9 - configurable event inputs x falling edge pending bit.

pub fn fpif10(&mut self) -> _FPIF10W[src]

Bit 10 - configurable event inputs x falling edge pending bit.

pub fn fpif11(&mut self) -> _FPIF11W[src]

Bit 11 - configurable event inputs x falling edge pending bit.

pub fn fpif12(&mut self) -> _FPIF12W[src]

Bit 12 - configurable event inputs x falling edge pending bit.

pub fn fpif13(&mut self) -> _FPIF13W[src]

Bit 13 - configurable event inputs x falling edge pending bit.

pub fn fpif14(&mut self) -> _FPIF14W[src]

Bit 14 - configurable event inputs x falling edge pending bit.

pub fn fpif15(&mut self) -> _FPIF15W[src]

Bit 15 - configurable event inputs x falling edge pending bit.

pub fn fpif16(&mut self) -> _FPIF16W[src]

Bit 16 - configurable event inputs x falling edge pending bit.

pub fn fpif17(&mut self) -> _FPIF17W[src]

Bit 17 - configurable event inputs x falling edge pending bit.

pub fn fpif18(&mut self) -> _FPIF18W[src]

Bit 18 - configurable event inputs x falling edge pending bit.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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> From<T> for T[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self