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

Bits 25:28 - External Event 5 filter

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

Bit 24 - External Event 5 latch

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

Bits 19:22 - External Event 4 filter

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

Bit 18 - External Event 4 latch

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

Bits 13:16 - External Event 3 filter

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

Bit 12 - External Event 3 latch

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

Bits 7:10 - External Event 2 filter

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

Bit 6 - External Event 2 latch

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

Bits 1:4 - External Event 1 filter

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

Bit 0 - External Event 1 latch

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