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

pub struct R(_);

Reader of register UART_INT_ENA

Implementations

impl R[src]

pub fn rxfifo_tout_int_ena(&self) -> RXFIFO_TOUT_INT_ENA_R[src]

Bit 8 - The interrupt enable bit for rx time-out interrupt

pub fn brk_det_int_ena(&self) -> BRK_DET_INT_ENA_R[src]

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

pub fn cts_chg_int_ena(&self) -> CTS_CHG_INT_ENA_R[src]

Bit 6 - The interrupt enable bit for CTS changing level

pub fn dsr_chg_int_ena(&self) -> DSR_CHG_INT_ENA_R[src]

Bit 5 - The interrupt enable bit for DSR changing level

pub fn rxfifo_ovf_int_ena(&self) -> RXFIFO_OVF_INT_ENA_R[src]

Bit 4 - The interrupt enable bit for rx fifo overflow

pub fn frm_err_int_ena(&self) -> FRM_ERR_INT_ENA_R[src]

Bit 3 - The interrupt enable bit for other rx error

pub fn parity_err_int_ena(&self) -> PARITY_ERR_INT_ENA_R[src]

Bit 2 - The interrupt enable bit for parity error

pub fn txfifo_empty_int_ena(&self) -> TXFIFO_EMPTY_INT_ENA_R[src]

Bit 1 - The interrupt enable bit for tx fifo empty event

pub fn rxfifo_full_int_ena(&self) -> RXFIFO_FULL_INT_ENA_R[src]

Bit 0 - The interrupt enable bit for rx fifo full event

Methods from Deref<Target = R<UART_INT_ENA_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_ENA_SPEC>

The resulting type after dereferencing.

impl From<R<UART_INT_ENA_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.