[][src]Struct stm32h7::stm32h743::spi1::ier::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 tserfie(&mut self) -> _TSERFIEW[src]

Bit 10 - Additional number of transactions reload interrupt enable

pub fn modfie(&mut self) -> _MODFIEW[src]

Bit 9 - Mode Fault interrupt enable

pub fn tifreie(&mut self) -> _TIFREIEW[src]

Bit 8 - TIFRE interrupt enable

pub fn crceie(&mut self) -> _CRCEIEW[src]

Bit 7 - CRC Interrupt enable

pub fn ovrie(&mut self) -> _OVRIEW[src]

Bit 6 - OVR interrupt enable

pub fn udrie(&mut self) -> _UDRIEW[src]

Bit 5 - UDR interrupt enable

pub fn txtfie(&mut self) -> _TXTFIEW[src]

Bit 4 - TXTFIE interrupt enable

pub fn eotie(&mut self) -> _EOTIEW[src]

Bit 3 - EOT, SUSP and TXC interrupt enable

pub fn dxpie(&mut self) -> _DXPIEW[src]

Bit 2 - DXP interrupt enabled

pub fn txpie(&mut self) -> _TXPIEW[src]

Bit 1 - TXP interrupt enable

pub fn rxpie(&mut self) -> _RXPIEW[src]

Bit 0 - RXP Interrupt Enable

Auto Trait Implementations

impl Unpin for W

impl Send for W

impl Sync 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