[][src]Struct sam3x8e::usart1::mr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bits 0:3 - USART Mode of Operation

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

Bits 4:5 - Clock Selection

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

Bits 6:7 - Character Length

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

Bit 8 - Synchronous Mode Select

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

Bits 9:11 - Parity Type

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

Bits 12:13 - Number of Stop Bits

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

Bits 14:15 - Channel Mode

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

Bit 16 - Bit Order

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

Bit 17 - 9-bit Character Length

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

Bit 18 - Clock Output Select

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

Bit 19 - Oversampling Mode

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

Bit 20 - Inhibit Non Acknowledge

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

Bit 21 - Disable Successive NACK

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

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

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

Bit 23 - Inverted Data

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

Bits 24:26 - Maximum Number of Automatic Iteration

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

Bit 28 - Infrared Receive Line Filter

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

Bit 29 - Manchester Encoder/Decoder Enable

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

Bit 30 - Manchester Synchronization Mode

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

Bit 31 - Start Frame Delimiter Selector

Auto Trait Implementations

impl Send for R

impl Sync for R

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]