[][src]Struct k64::uart1::c3::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

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

Value of the register as raw bits

pub fn peie(&self) -> PEIER[src]

Bit 0 - Parity Error Interrupt Enable

pub fn feie(&self) -> FEIER[src]

Bit 1 - Framing Error Interrupt Enable

pub fn neie(&self) -> NEIER[src]

Bit 2 - Noise Error Interrupt Enable

pub fn orie(&self) -> ORIER[src]

Bit 3 - Overrun Error Interrupt Enable

pub fn txinv(&self) -> TXINVR[src]

Bit 4 - Transmit Data Inversion.

pub fn txdir(&self) -> TXDIRR[src]

Bit 5 - Transmitter Pin Data Direction in Single-Wire mode

pub fn t8(&self) -> T8R[src]

Bit 6 - Transmit Bit 8

pub fn r8(&self) -> R8R[src]

Bit 7 - Received Bit 8

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 = Infallible

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

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]