[][src]Struct stm32h7::stm32h743v::hrtim_timb::eefbr2::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 ee10fltr(&mut self) -> _EE10FLTRW[src]

Bits 25:28 - External Event 10 filter

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

Bit 24 - External Event 10 latch

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

Bits 19:22 - External Event 9 filter

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

Bit 18 - External Event 9 latch

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

Bits 13:16 - External Event 8 filter

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

Bit 12 - External Event 8 latch

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

Bits 7:10 - External Event 7 filter

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

Bit 6 - External Event 7 latch

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

Bits 1:4 - External Event 6 filter

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

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