[][src]Struct stm32h7::stm32h743::swpmi::icr::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 crxbff(&mut self) -> _CRXBFFW[src]

Bit 0 - Clear receive buffer full flag

pub fn ctxbef(&mut self) -> _CTXBEFW[src]

Bit 1 - Clear transmit buffer empty flag

pub fn crxberf(&mut self) -> _CRXBERFW[src]

Bit 2 - Clear receive CRC error flag

pub fn crxovrf(&mut self) -> _CRXOVRFW[src]

Bit 3 - Clear receive overrun error flag

pub fn ctxunrf(&mut self) -> _CTXUNRFW[src]

Bit 4 - Clear transmit underrun error flag

pub fn ctcf(&mut self) -> _CTCFW[src]

Bit 7 - Clear transfer complete flag

pub fn csrf(&mut self) -> _CSRFW[src]

Bit 8 - Clear slave resume flag

pub fn crdyf(&mut self) -> _CRDYFW[src]

Bit 11 - Clear transceiver ready 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