[][src]Struct stm32h7::stm32h743v::spi1::ifcr::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 suspc(&mut self) -> _SUSPCW[src]

Bit 11 - SUSPend flag clear

pub fn tserfc(&mut self) -> _TSERFCW[src]

Bit 10 - TSERFC flag clear

pub fn modfc(&mut self) -> _MODFCW[src]

Bit 9 - Mode Fault flag clear

pub fn tifrec(&mut self) -> _TIFRECW[src]

Bit 8 - TI frame format error flag clear

pub fn crcec(&mut self) -> _CRCECW[src]

Bit 7 - CRC Error flag clear

pub fn ovrc(&mut self) -> _OVRCW[src]

Bit 6 - Overrun flag clear

pub fn udrc(&mut self) -> _UDRCW[src]

Bit 5 - Underrun flag clear

pub fn txtfc(&mut self) -> _TXTFCW[src]

Bit 4 - Transmission Transfer Filled flag clear

pub fn eotc(&mut self) -> _EOTCW[src]

Bit 3 - End Of Transfer flag clear

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