[][src]Struct stm32h7::stm32h743v::exti::cpuemr2::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 mr32(&self) -> MR32R[src]

Bit 0 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr33(&self) -> MR33R[src]

Bit 1 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr34(&self) -> MR34R[src]

Bit 2 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr35(&self) -> MR35R[src]

Bit 3 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr36(&self) -> MR36R[src]

Bit 4 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr37(&self) -> MR37R[src]

Bit 5 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr38(&self) -> MR38R[src]

Bit 6 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr39(&self) -> MR39R[src]

Bit 7 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr40(&self) -> MR40R[src]

Bit 8 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr41(&self) -> MR41R[src]

Bit 9 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr42(&self) -> MR42R[src]

Bit 10 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr43(&self) -> MR43R[src]

Bit 11 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr44(&self) -> MR44R[src]

Bit 12 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr46(&self) -> MR46R[src]

Bit 14 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr47(&self) -> MR47R[src]

Bit 15 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr48(&self) -> MR48R[src]

Bit 16 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr49(&self) -> MR49R[src]

Bit 17 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr50(&self) -> MR50R[src]

Bit 18 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr51(&self) -> MR51R[src]

Bit 19 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr52(&self) -> MR52R[src]

Bit 20 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr53(&self) -> MR53R[src]

Bit 21 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr54(&self) -> MR54R[src]

Bit 22 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr55(&self) -> MR55R[src]

Bit 23 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr56(&self) -> MR56R[src]

Bit 24 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr57(&self) -> MR57R[src]

Bit 25 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr58(&self) -> MR58R[src]

Bit 26 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr59(&self) -> MR59R[src]

Bit 27 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr60(&self) -> MR60R[src]

Bit 28 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr61(&self) -> MR61R[src]

Bit 29 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr62(&self) -> MR62R[src]

Bit 30 - CPU Interrupt Mask on Direct Event input x+32

pub fn mr63(&self) -> MR63R[src]

Bit 31 - CPU Interrupt Mask on Direct Event input x+32

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