[][src]Struct stm32g0::stm32g0x0::exti::rpr1::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 rpif0(&self) -> RPIF0R[src]

Bit 0 - configurable event inputs x rising edge Pending bit.

pub fn rpif1(&self) -> RPIF1R[src]

Bit 1 - configurable event inputs x rising edge Pending bit.

pub fn rpif2(&self) -> RPIF2R[src]

Bit 2 - configurable event inputs x rising edge Pending bit.

pub fn rpif3(&self) -> RPIF3R[src]

Bit 3 - configurable event inputs x rising edge Pending bit.

pub fn rpif4(&self) -> RPIF4R[src]

Bit 4 - configurable event inputs x rising edge Pending bit.

pub fn rpif5(&self) -> RPIF5R[src]

Bit 5 - configurable event inputs x rising edge Pending bit

pub fn rpif6(&self) -> RPIF6R[src]

Bit 6 - configurable event inputs x rising edge Pending bit.

pub fn rpif7(&self) -> RPIF7R[src]

Bit 7 - configurable event inputs x rising edge Pending bit.

pub fn rpif8(&self) -> RPIF8R[src]

Bit 8 - configurable event inputs x rising edge Pending bit.

pub fn rpif9(&self) -> RPIF9R[src]

Bit 9 - configurable event inputs x rising edge Pending bit.

pub fn rpif10(&self) -> RPIF10R[src]

Bit 10 - configurable event inputs x rising edge Pending bit.

pub fn rpif11(&self) -> RPIF11R[src]

Bit 11 - configurable event inputs x rising edge Pending bit.

pub fn rpif12(&self) -> RPIF12R[src]

Bit 12 - configurable event inputs x rising edge Pending bit.

pub fn rpif13(&self) -> RPIF13R[src]

Bit 13 - configurable event inputs x rising edge Pending bit.

pub fn rpif14(&self) -> RPIF14R[src]

Bit 14 - configurable event inputs x rising edge Pending bit.

pub fn rpif15(&self) -> RPIF15R[src]

Bit 15 - configurable event inputs x rising edge Pending bit.

pub fn rpif16(&self) -> RPIF16R[src]

Bit 16 - configurable event inputs x rising edge Pending bit.

pub fn rpif17(&self) -> RPIF17R[src]

Bit 17 - configurable event inputs x rising edge Pending bit.

pub fn rpif18(&self) -> RPIF18R[src]

Bit 18 - configurable event inputs x rising 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