[][src]Struct sam3x8e::usart0::mr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn usart_mode(&mut self) -> _USART_MODEW[src]

Bits 0:3 - USART Mode of Operation

pub fn usclks(&mut self) -> _USCLKSW[src]

Bits 4:5 - Clock Selection

pub fn chrl(&mut self) -> _CHRLW[src]

Bits 6:7 - Character Length

pub fn sync(&mut self) -> _SYNCW[src]

Bit 8 - Synchronous Mode Select

pub fn par(&mut self) -> _PARW[src]

Bits 9:11 - Parity Type

pub fn nbstop(&mut self) -> _NBSTOPW[src]

Bits 12:13 - Number of Stop Bits

pub fn chmode(&mut self) -> _CHMODEW[src]

Bits 14:15 - Channel Mode

pub fn msbf(&mut self) -> _MSBFW[src]

Bit 16 - Bit Order

pub fn mode9(&mut self) -> _MODE9W[src]

Bit 17 - 9-bit Character Length

pub fn clko(&mut self) -> _CLKOW[src]

Bit 18 - Clock Output Select

pub fn over(&mut self) -> _OVERW[src]

Bit 19 - Oversampling Mode

pub fn inack(&mut self) -> _INACKW[src]

Bit 20 - Inhibit Non Acknowledge

pub fn dsnack(&mut self) -> _DSNACKW[src]

Bit 21 - Disable Successive NACK

pub fn var_sync(&mut self) -> _VAR_SYNCW[src]

Bit 22 - Variable Synchronization of Command/Data Sync Start Frame Delimiter

pub fn invdata(&mut self) -> _INVDATAW[src]

Bit 23 - Inverted Data

pub fn max_iteration(&mut self) -> _MAX_ITERATIONW[src]

Bits 24:26 - Maximum Number of Automatic Iteration

pub fn filter(&mut self) -> _FILTERW[src]

Bit 28 - Infrared Receive Line Filter

pub fn man(&mut self) -> _MANW[src]

Bit 29 - Manchester Encoder/Decoder Enable

pub fn modsync(&mut self) -> _MODSYNCW[src]

Bit 30 - Manchester Synchronization Mode

pub fn onebit(&mut self) -> _ONEBITW[src]

Bit 31 - Start Frame Delimiter Selector

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]