[][src]Struct tm4c123x::uart0::ifls::RX_W

pub struct RX_W<'a> { /* fields omitted */ }

Write proxy for field RX

Methods

impl<'a> RX_W<'a>[src]

pub fn variant(self, variant: RX_A) -> &'a mut W[src]

Writes variant to the field

pub fn rx1_8(self) -> &'a mut W[src]

RX FIFO >= 1/8 full

pub fn rx2_8(self) -> &'a mut W[src]

RX FIFO >= 1/4 full

pub fn rx4_8(self) -> &'a mut W[src]

RX FIFO >= 1/2 full (default)

pub fn rx6_8(self) -> &'a mut W[src]

RX FIFO >= 3/4 full

pub fn rx7_8(self) -> &'a mut W[src]

RX FIFO >= 7/8 full

pub unsafe fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for RX_W<'a>

impl<'a> Send for RX_W<'a>

impl<'a> !Sync for RX_W<'a>

Blanket Implementations

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self