[][src]Type Definition esp8266::uart0::uart_int_ena::W

type W = W<u32, UART_INT_ENA>;

Writer for register UART_INT_ENA

Methods

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