Type Alias R

Source
pub type R = R<INT_RAW_SPEC>;
Expand description

Register INT_RAW reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn rxfifo_full(&self) -> RXFIFO_FULL_R

Bit 0 - This interrupt raw bit turns to high level when receiver receives more data than what rxfifo_full_thrhd specifies.

Source

pub fn txfifo_empty(&self) -> TXFIFO_EMPTY_R

Bit 1 - This interrupt raw bit turns to high level when the amount of data in Tx-FIFO is less than what txfifo_empty_thrhd specifies .

Source

pub fn parity_err(&self) -> PARITY_ERR_R

Bit 2 - This interrupt raw bit turns to high level when receiver detects a parity error in the data.

Source

pub fn frm_err(&self) -> FRM_ERR_R

Bit 3 - This interrupt raw bit turns to high level when receiver detects a data frame error .

Source

pub fn rxfifo_ovf(&self) -> RXFIFO_OVF_R

Bit 4 - This interrupt raw bit turns to high level when receiver receives more data than the FIFO can store.

Source

pub fn dsr_chg(&self) -> DSR_CHG_R

Bit 5 - This interrupt raw bit turns to high level when receiver detects the edge change of DSRn signal.

Source

pub fn cts_chg(&self) -> CTS_CHG_R

Bit 6 - This interrupt raw bit turns to high level when receiver detects the edge change of CTSn signal.

Source

pub fn brk_det(&self) -> BRK_DET_R

Bit 7 - This interrupt raw bit turns to high level when receiver detects a 0 after the stop bit.

Source

pub fn rxfifo_tout(&self) -> RXFIFO_TOUT_R

Bit 8 - This interrupt raw bit turns to high level when receiver takes more time than rx_tout_thrhd to receive a byte.

Source

pub fn sw_xon(&self) -> SW_XON_R

Bit 9 - This interrupt raw bit turns to high level when receiver recevies Xon char when uart_sw_flow_con_en is set to 1.

Source

pub fn sw_xoff(&self) -> SW_XOFF_R

Bit 10 - This interrupt raw bit turns to high level when receiver receives Xoff char when uart_sw_flow_con_en is set to 1.

Source

pub fn glitch_det(&self) -> GLITCH_DET_R

Bit 11 - This interrupt raw bit turns to high level when receiver detects a glitch in the middle of a start bit.

Source

pub fn tx_brk_done(&self) -> TX_BRK_DONE_R

Bit 12 - This interrupt raw bit turns to high level when transmitter completes sending NULL characters after all data in Tx-FIFO are sent.

Source

pub fn tx_brk_idle_done(&self) -> TX_BRK_IDLE_DONE_R

Bit 13 - This interrupt raw bit turns to high level when transmitter has kept the shortest duration after sending the last data.

Source

pub fn tx_done(&self) -> TX_DONE_R

Bit 14 - This interrupt raw bit turns to high level when transmitter has send out all data in FIFO.

Source

pub fn at_cmd_char_det(&self) -> AT_CMD_CHAR_DET_R

Bit 18 - This interrupt raw bit turns to high level when receiver detects the configured at_cmd char.

Source

pub fn wakeup(&self) -> WAKEUP_R

Bit 19 - This interrupt raw bit turns to high level when input rxd edge changes more times than what reg_active_threshold specifies in light sleeping mode.