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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Auto Trait Implementations

impl Send for R

impl Sync for R

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, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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