[][src]Struct stm32h7::stm32h743v::hrtim_common::eecr2::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 ee10sns(&self) -> EE10SNSR[src]

Bits 27:28 - External Event 10 Sensitivity

pub fn ee10pol(&self) -> EE10POLR[src]

Bit 26 - External Event 10 Polarity

pub fn ee10src(&self) -> EE10SRCR[src]

Bits 24:25 - External Event 10 Source

pub fn ee9sns(&self) -> EE9SNSR[src]

Bits 21:22 - External Event 9 Sensitivity

pub fn ee9pol(&self) -> EE9POLR[src]

Bit 20 - External Event 9 Polarity

pub fn ee9src(&self) -> EE9SRCR[src]

Bits 18:19 - External Event 9 Source

pub fn ee8sns(&self) -> EE8SNSR[src]

Bits 15:16 - External Event 8 Sensitivity

pub fn ee8pol(&self) -> EE8POLR[src]

Bit 14 - External Event 8 Polarity

pub fn ee8src(&self) -> EE8SRCR[src]

Bits 12:13 - External Event 8 Source

pub fn ee7sns(&self) -> EE7SNSR[src]

Bits 9:10 - External Event 7 Sensitivity

pub fn ee7pol(&self) -> EE7POLR[src]

Bit 8 - External Event 7 Polarity

pub fn ee7src(&self) -> EE7SRCR[src]

Bits 6:7 - External Event 7 Source

pub fn ee6sns(&self) -> EE6SNSR[src]

Bits 3:4 - External Event 6 Sensitivity

pub fn ee6pol(&self) -> EE6POLR[src]

Bit 2 - External Event 6 Polarity

pub fn ee6src(&self) -> EE6SRCR[src]

Bits 0:1 - External Event 6 Source

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