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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn txrdy(&mut self) -> _TXRDYW[src]

Bit 0 - Transmit Ready Interrupt Enable

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

Bit 1 - Transmit Empty Interrupt Enable

pub fn rxrdy(&mut self) -> _RXRDYW[src]

Bit 4 - Receive Ready Interrupt Enable

pub fn ovrun(&mut self) -> _OVRUNW[src]

Bit 5 - Receive Overrun Interrupt Enable

pub fn cp0(&mut self) -> _CP0W[src]

Bit 8 - Compare 0 Interrupt Enable

pub fn cp1(&mut self) -> _CP1W[src]

Bit 9 - Compare 1 Interrupt Enable

pub fn txsyn(&mut self) -> _TXSYNW[src]

Bit 10 - Tx Sync Interrupt Enable

pub fn rxsyn(&mut self) -> _RXSYNW[src]

Bit 11 - Rx Sync 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]