[][src]Struct stm32h7::stm32h743::exti::cpuemr3::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 mr64(&self) -> MR64R[src]

Bit 0 - CPU Event mask on Event input x+64

pub fn mr65(&self) -> MR65R[src]

Bit 1 - CPU Event mask on Event input x+64

pub fn mr66(&self) -> MR66R[src]

Bit 2 - CPU Event mask on Event input x+64

pub fn mr67(&self) -> MR67R[src]

Bit 3 - CPU Event mask on Event input x+64

pub fn mr68(&self) -> MR68R[src]

Bit 4 - CPU Event mask on Event input x+64

pub fn mr69(&self) -> MR69R[src]

Bit 5 - CPU Event mask on Event input x+64

pub fn mr70(&self) -> MR70R[src]

Bit 6 - CPU Event mask on Event input x+64

pub fn mr71(&self) -> MR71R[src]

Bit 7 - CPU Event mask on Event input x+64

pub fn mr72(&self) -> MR72R[src]

Bit 8 - CPU Event mask on Event input x+64

pub fn mr73(&self) -> MR73R[src]

Bit 9 - CPU Event mask on Event input x+64

pub fn mr74(&self) -> MR74R[src]

Bit 10 - CPU Event mask on Event input x+64

pub fn mr75(&self) -> MR75R[src]

Bit 11 - CPU Event mask on Event input x+64

pub fn mr76(&self) -> MR76R[src]

Bit 12 - CPU Event mask on Event input x+64

pub fn mr77(&self) -> MR77R[src]

Bit 13 - CPU Event mask on Event input x+64

pub fn mr78(&self) -> MR78R[src]

Bit 14 - CPU Event mask on Event input x+64

pub fn mr79(&self) -> MR79R[src]

Bit 15 - CPU Event mask on Event input x+64

pub fn mr80(&self) -> MR80R[src]

Bit 16 - CPU Event mask on Event input x+64

pub fn mr82(&self) -> MR82R[src]

Bit 18 - CPU Event mask on Event input x+64

pub fn mr84(&self) -> MR84R[src]

Bit 20 - CPU Event mask on Event input x+64

pub fn mr85(&self) -> MR85R[src]

Bit 21 - CPU Event mask on Event input x+64

pub fn mr86(&self) -> MR86R[src]

Bit 22 - CPU Event mask on Event input x+64

pub fn mr87(&self) -> MR87R[src]

Bit 23 - CPU Event mask on Event input x+64

pub fn mr88(&self) -> MR88R[src]

Bit 24 - CPU Event mask on Event input x+64

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