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

pub struct W(_);

Writer for register UART_INT_ENA

Implementations

impl W[src]

pub fn rxfifo_tout_int_ena(&mut self) -> RXFIFO_TOUT_INT_ENA_W<'_>[src]

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

pub fn brk_det_int_ena(&mut self) -> BRK_DET_INT_ENA_W<'_>[src]

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

pub fn cts_chg_int_ena(&mut self) -> CTS_CHG_INT_ENA_W<'_>[src]

Bit 6 - The interrupt enable bit for CTS changing level

pub fn dsr_chg_int_ena(&mut self) -> DSR_CHG_INT_ENA_W<'_>[src]

Bit 5 - The interrupt enable bit for DSR changing level

pub fn rxfifo_ovf_int_ena(&mut self) -> RXFIFO_OVF_INT_ENA_W<'_>[src]

Bit 4 - The interrupt enable bit for rx fifo overflow

pub fn frm_err_int_ena(&mut self) -> FRM_ERR_INT_ENA_W<'_>[src]

Bit 3 - The interrupt enable bit for other rx error

pub fn parity_err_int_ena(&mut self) -> PARITY_ERR_INT_ENA_W<'_>[src]

Bit 2 - The interrupt enable bit for parity error

pub fn txfifo_empty_int_ena(&mut self) -> TXFIFO_EMPTY_INT_ENA_W<'_>[src]

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

pub fn rxfifo_full_int_ena(&mut self) -> RXFIFO_FULL_INT_ENA_W<'_>[src]

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

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<UART_INT_ENA_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux)[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<UART_INT_ENA_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<UART_INT_ENA_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

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.