[][src]Struct sam3x8e::spi0::ier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn rdrf(&mut self) -> _RDRFW[src]

Bit 0 - Receive Data Register Full Interrupt Enable

pub fn tdre(&mut self) -> _TDREW[src]

Bit 1 - SPI Transmit Data Register Empty Interrupt Enable

pub fn modf(&mut self) -> _MODFW[src]

Bit 2 - Mode Fault Error Interrupt Enable

pub fn ovres(&mut self) -> _OVRESW[src]

Bit 3 - Overrun Error Interrupt Enable

pub fn nssr(&mut self) -> _NSSRW[src]

Bit 8 - NSS Rising Interrupt Enable

pub fn txempty(&mut self) -> _TXEMPTYW[src]

Bit 9 - Transmission Registers Empty Enable

pub fn undes(&mut self) -> _UNDESW[src]

Bit 10 - Underrun Error Interrupt Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]