[][src]Struct stm32h7::stm32h743::hrtim_timd::eefdr1::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 ee5fltr(&self) -> EE5FLTRR[src]

Bits 25:28 - External Event 5 filter

pub fn ee5ltch(&self) -> EE5LTCHR[src]

Bit 24 - External Event 5 latch

pub fn ee4fltr(&self) -> EE4FLTRR[src]

Bits 19:22 - External Event 4 filter

pub fn ee4ltch(&self) -> EE4LTCHR[src]

Bit 18 - External Event 4 latch

pub fn ee3fltr(&self) -> EE3FLTRR[src]

Bits 13:16 - External Event 3 filter

pub fn ee3ltch(&self) -> EE3LTCHR[src]

Bit 12 - External Event 3 latch

pub fn ee2fltr(&self) -> EE2FLTRR[src]

Bits 7:10 - External Event 2 filter

pub fn ee2ltch(&self) -> EE2LTCHR[src]

Bit 6 - External Event 2 latch

pub fn ee1fltr(&self) -> EE1FLTRR[src]

Bits 1:4 - External Event 1 filter

pub fn ee1ltch(&self) -> EE1LTCHR[src]

Bit 0 - External Event 1 latch

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