[][src]Struct stm32h7::stm32h743v::hrtim_common::eecr1::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 ee5fast(&self) -> EE5FASTR[src]

Bit 29 - External Event 5 Fast mode

pub fn ee5sns(&self) -> EE5SNSR[src]

Bits 27:28 - External Event 5 Sensitivity

pub fn ee5pol(&self) -> EE5POLR[src]

Bit 26 - External Event 5 Polarity

pub fn ee5src(&self) -> EE5SRCR[src]

Bits 24:25 - External Event 5 Source

pub fn ee4fast(&self) -> EE4FASTR[src]

Bit 23 - External Event 4 Fast mode

pub fn ee4sns(&self) -> EE4SNSR[src]

Bits 21:22 - External Event 4 Sensitivity

pub fn ee4pol(&self) -> EE4POLR[src]

Bit 20 - External Event 4 Polarity

pub fn ee4src(&self) -> EE4SRCR[src]

Bits 18:19 - External Event 4 Source

pub fn ee3fast(&self) -> EE3FASTR[src]

Bit 17 - External Event 3 Fast mode

pub fn ee3sns(&self) -> EE3SNSR[src]

Bits 15:16 - External Event 3 Sensitivity

pub fn ee3pol(&self) -> EE3POLR[src]

Bit 14 - External Event 3 Polarity

pub fn ee3src(&self) -> EE3SRCR[src]

Bits 12:13 - External Event 3 Source

pub fn ee2fast(&self) -> EE2FASTR[src]

Bit 11 - External Event 2 Fast mode

pub fn ee2sns(&self) -> EE2SNSR[src]

Bits 9:10 - External Event 2 Sensitivity

pub fn ee2pol(&self) -> EE2POLR[src]

Bit 8 - External Event 2 Polarity

pub fn ee2src(&self) -> EE2SRCR[src]

Bits 6:7 - External Event 2 Source

pub fn ee1fast(&self) -> EE1FASTR[src]

Bit 5 - External Event 1 Fast mode

pub fn ee1sns(&self) -> EE1SNSR[src]

Bits 3:4 - External Event 1 Sensitivity

pub fn ee1pol(&self) -> EE1POLR[src]

Bit 2 - External Event 1 Polarity

pub fn ee1src(&self) -> EE1SRCR[src]

Bits 0:1 - External Event 1 Source

Auto Trait Implementations

impl Unpin for R

impl Send for R

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