[][src]Struct stm32h7::stm32h743v::dmamux2::cfr::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 csof0(&mut self) -> _CSOF0W[src]

Bit 0 - Clear synchronization overrun event flag

pub fn csof1(&mut self) -> _CSOF1W[src]

Bit 1 - Clear synchronization overrun event flag

pub fn csof2(&mut self) -> _CSOF2W[src]

Bit 2 - Clear synchronization overrun event flag

pub fn csof3(&mut self) -> _CSOF3W[src]

Bit 3 - Clear synchronization overrun event flag

pub fn csof4(&mut self) -> _CSOF4W[src]

Bit 4 - Clear synchronization overrun event flag

pub fn csof5(&mut self) -> _CSOF5W[src]

Bit 5 - Clear synchronization overrun event flag

pub fn csof6(&mut self) -> _CSOF6W[src]

Bit 6 - Clear synchronization overrun event flag

pub fn csof7(&mut self) -> _CSOF7W[src]

Bit 7 - Clear synchronization overrun event flag

pub fn csof8(&mut self) -> _CSOF8W[src]

Bit 8 - Clear synchronization overrun event flag

pub fn csof9(&mut self) -> _CSOF9W[src]

Bit 9 - Clear synchronization overrun event flag

pub fn csof10(&mut self) -> _CSOF10W[src]

Bit 10 - Clear synchronization overrun event flag

pub fn csof11(&mut self) -> _CSOF11W[src]

Bit 11 - Clear synchronization overrun event flag

pub fn csof12(&mut self) -> _CSOF12W[src]

Bit 12 - Clear synchronization overrun event flag

pub fn csof13(&mut self) -> _CSOF13W[src]

Bit 13 - Clear synchronization overrun event flag

pub fn csof14(&mut self) -> _CSOF14W[src]

Bit 14 - Clear synchronization overrun event flag

pub fn csof15(&mut self) -> _CSOF15W[src]

Bit 15 - Clear synchronization overrun event flag

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