[][src]Struct esp8266::uart0::uart_int_st::R

pub struct R(_);

Reader of register UART_INT_ST

Implementations

impl R[src]

pub fn rxfifo_tout_int_st(&self) -> RXFIFO_TOUT_INT_ST_R[src]

Bit 8 - The interrupt state bit for Rx time-out event

pub fn brk_det_int_st(&self) -> BRK_DET_INT_ST_R[src]

Bit 7 - The interrupt state bit for rx byte start error

pub fn cts_chg_int_st(&self) -> CTS_CHG_INT_ST_R[src]

Bit 6 - The interrupt state bit for CTS changing level

pub fn dsr_chg_int_st(&self) -> DSR_CHG_INT_ST_R[src]

Bit 5 - The interrupt state bit for DSR changing level

pub fn rxfifo_ovf_int_st(&self) -> RXFIFO_OVF_INT_ST_R[src]

Bit 4 - The interrupt state bit for RX fifo overflow

pub fn frm_err_int_st(&self) -> FRM_ERR_INT_ST_R[src]

Bit 3 - The interrupt state for other rx error

pub fn parity_err_int_st(&self) -> PARITY_ERR_INT_ST_R[src]

Bit 2 - The interrupt state bit for rx parity error

pub fn txfifo_empty_int_st(&self) -> TXFIFO_EMPTY_INT_ST_R[src]

Bit 1 - The interrupt state bit for TX fifo empty

pub fn rxfifo_full_int_st(&self) -> RXFIFO_FULL_INT_ST_R[src]

Bit 0 - The interrupt state bit for RX fifo full event

Methods from Deref<Target = R<UART_INT_ST_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<UART_INT_ST_SPEC>

The resulting type after dereferencing.

impl From<R<UART_INT_ST_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.