[][src]Struct s32k144::lpuart0::baud::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 sbr(&self) -> SBRR
[src]

Bits 0:12 - Baud Rate Modulo Divisor.

pub fn sbns(&self) -> SBNSR
[src]

Bit 13 - Stop Bit Number Select

pub fn rxedgie(&self) -> RXEDGIER
[src]

Bit 14 - RX Input Active Edge Interrupt Enable

pub fn lbkdie(&self) -> LBKDIER
[src]

Bit 15 - LIN Break Detect Interrupt Enable

pub fn resyncdis(&self) -> RESYNCDISR
[src]

Bit 16 - Resynchronization Disable

pub fn bothedge(&self) -> BOTHEDGER
[src]

Bit 17 - Both Edge Sampling

pub fn matcfg(&self) -> MATCFGR
[src]

Bits 18:19 - Match Configuration

pub fn ridmae(&self) -> RIDMAER
[src]

Bit 20 - Receiver Idle DMA Enable

pub fn rdmae(&self) -> RDMAER
[src]

Bit 21 - Receiver Full DMA Enable

pub fn tdmae(&self) -> TDMAER
[src]

Bit 23 - Transmitter DMA Enable

pub fn osr(&self) -> OSRR
[src]

Bits 24:28 - Oversampling Ratio

pub fn m10(&self) -> M10R
[src]

Bit 29 - 10-bit Mode select

pub fn maen2(&self) -> MAEN2R
[src]

Bit 30 - Match Address Mode Enable 2

pub fn maen1(&self) -> MAEN1R
[src]

Bit 31 - Match Address Mode Enable 1

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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]