[][src]Struct atsams70j19::usart0::us_cr::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 rstrx(&mut self) -> _RSTRXW[src]

Bit 2 - Reset Receiver

pub fn rsttx(&mut self) -> _RSTTXW[src]

Bit 3 - Reset Transmitter

pub fn rxen(&mut self) -> _RXENW[src]

Bit 4 - Receiver Enable

pub fn rxdis(&mut self) -> _RXDISW[src]

Bit 5 - Receiver Disable

pub fn txen(&mut self) -> _TXENW[src]

Bit 6 - Transmitter Enable

pub fn txdis(&mut self) -> _TXDISW[src]

Bit 7 - Transmitter Disable

pub fn rststa(&mut self) -> _RSTSTAW[src]

Bit 8 - Reset Status Bits

pub fn sttbrk(&mut self) -> _STTBRKW[src]

Bit 9 - Start Break

pub fn stpbrk(&mut self) -> _STPBRKW[src]

Bit 10 - Stop Break

pub fn sttto(&mut self) -> _STTTOW[src]

Bit 11 - Clear TIMEOUT Flag and Start Time-out After Next Character Received

pub fn senda(&mut self) -> _SENDAW[src]

Bit 12 - Send Address

pub fn rstit(&mut self) -> _RSTITW[src]

Bit 13 - Reset Iterations

pub fn rstnack(&mut self) -> _RSTNACKW[src]

Bit 14 - Reset Non Acknowledge

pub fn retto(&mut self) -> _RETTOW[src]

Bit 15 - Start Time-out Immediately

pub fn dtren(&mut self) -> _DTRENW[src]

Bit 16 - Data Terminal Ready Enable

pub fn dtrdis(&mut self) -> _DTRDISW[src]

Bit 17 - Data Terminal Ready Disable

pub fn rtsen(&mut self) -> _RTSENW[src]

Bit 18 - Request to Send Pin Control

pub fn rtsdis(&mut self) -> _RTSDISW[src]

Bit 19 - Request to Send Pin Control

pub fn linabt(&mut self) -> _LINABTW[src]

Bit 20 - Abort LIN Transmission

pub fn linwkup(&mut self) -> _LINWKUPW[src]

Bit 21 - Send LIN Wakeup Signal

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