[][src]Struct atsams70q19::ssc::ssc_idr::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 txrdy(&mut self) -> _TXRDYW[src]

Bit 0 - Transmit Ready Interrupt Disable

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

Bit 1 - Transmit Empty Interrupt Disable

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

Bit 4 - Receive Ready Interrupt Disable

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

Bit 5 - Receive Overrun Interrupt Disable

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

Bit 8 - Compare 0 Interrupt Disable

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

Bit 9 - Compare 1 Interrupt Disable

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