[][src]Struct stm32h7::stm32h743v::hrtim_common::eecr1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn ee5fast(&mut self) -> _EE5FASTW[src]

Bit 29 - External Event 5 Fast mode

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

Bits 27:28 - External Event 5 Sensitivity

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

Bit 26 - External Event 5 Polarity

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

Bits 24:25 - External Event 5 Source

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

Bit 23 - External Event 4 Fast mode

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

Bits 21:22 - External Event 4 Sensitivity

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

Bit 20 - External Event 4 Polarity

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

Bits 18:19 - External Event 4 Source

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

Bit 17 - External Event 3 Fast mode

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

Bits 15:16 - External Event 3 Sensitivity

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

Bit 14 - External Event 3 Polarity

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

Bits 12:13 - External Event 3 Source

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

Bit 11 - External Event 2 Fast mode

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

Bits 9:10 - External Event 2 Sensitivity

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

Bit 8 - External Event 2 Polarity

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

Bits 6:7 - External Event 2 Source

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

Bit 5 - External Event 1 Fast mode

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

Bits 3:4 - External Event 1 Sensitivity

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

Bit 2 - External Event 1 Polarity

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

Bits 0:1 - External Event 1 Source

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

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