[][src]Struct stm32h7::stm32h743::hrtim_time::eefer2::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 ee10fltr(&self) -> EE10FLTRR[src]

Bits 25:28 - External Event 10 filter

pub fn ee10ltch(&self) -> EE10LTCHR[src]

Bit 24 - External Event 10 latch

pub fn ee9fltr(&self) -> EE9FLTRR[src]

Bits 19:22 - External Event 9 filter

pub fn ee9ltch(&self) -> EE9LTCHR[src]

Bit 18 - External Event 9 latch

pub fn ee8fltr(&self) -> EE8FLTRR[src]

Bits 13:16 - External Event 8 filter

pub fn ee8ltch(&self) -> EE8LTCHR[src]

Bit 12 - External Event 8 latch

pub fn ee7fltr(&self) -> EE7FLTRR[src]

Bits 7:10 - External Event 7 filter

pub fn ee7ltch(&self) -> EE7LTCHR[src]

Bit 6 - External Event 7 latch

pub fn ee6fltr(&self) -> EE6FLTRR[src]

Bits 1:4 - External Event 6 filter

pub fn ee6ltch(&self) -> EE6LTCHR[src]

Bit 0 - External Event 6 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