[][src]Struct stm32h7::stm32h743v::exti::d3pmr1::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 mr0(&self) -> MR0R[src]

Bit 0 - Rising trigger event configuration bit of Configurable Event input

pub fn mr1(&self) -> MR1R[src]

Bit 1 - Rising trigger event configuration bit of Configurable Event input

pub fn mr2(&self) -> MR2R[src]

Bit 2 - Rising trigger event configuration bit of Configurable Event input

pub fn mr3(&self) -> MR3R[src]

Bit 3 - Rising trigger event configuration bit of Configurable Event input

pub fn mr4(&self) -> MR4R[src]

Bit 4 - Rising trigger event configuration bit of Configurable Event input

pub fn mr5(&self) -> MR5R[src]

Bit 5 - Rising trigger event configuration bit of Configurable Event input

pub fn mr6(&self) -> MR6R[src]

Bit 6 - Rising trigger event configuration bit of Configurable Event input

pub fn mr7(&self) -> MR7R[src]

Bit 7 - Rising trigger event configuration bit of Configurable Event input

pub fn mr8(&self) -> MR8R[src]

Bit 8 - Rising trigger event configuration bit of Configurable Event input

pub fn mr9(&self) -> MR9R[src]

Bit 9 - Rising trigger event configuration bit of Configurable Event input

pub fn mr10(&self) -> MR10R[src]

Bit 10 - Rising trigger event configuration bit of Configurable Event input

pub fn mr11(&self) -> MR11R[src]

Bit 11 - Rising trigger event configuration bit of Configurable Event input

pub fn mr12(&self) -> MR12R[src]

Bit 12 - Rising trigger event configuration bit of Configurable Event input

pub fn mr13(&self) -> MR13R[src]

Bit 13 - Rising trigger event configuration bit of Configurable Event input

pub fn mr14(&self) -> MR14R[src]

Bit 14 - Rising trigger event configuration bit of Configurable Event input

pub fn mr15(&self) -> MR15R[src]

Bit 15 - Rising trigger event configuration bit of Configurable Event input

pub fn mr19(&self) -> MR19R[src]

Bit 19 - Rising trigger event configuration bit of Configurable Event input

pub fn mr20(&self) -> MR20R[src]

Bit 20 - Rising trigger event configuration bit of Configurable Event input

pub fn mr21(&self) -> MR21R[src]

Bit 21 - Rising trigger event configuration bit of Configurable Event input

pub fn mr25(&self) -> MR25R[src]

Bit 25 - Rising trigger event configuration bit of Configurable Event input

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send 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