[][src]Struct sam3x8e::usart2::cr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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 - Start Time-out

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 - Rearm Time-out

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

Bit 18 - Request to Send Enable

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

Bit 19 - Request to Send Disable

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