Type Alias esp32c3::uart0::int_raw::W

source ·
pub type W = W<INT_RAW_SPEC>;
Expand description

Register INT_RAW writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn rxfifo_full(&mut self) -> RXFIFO_FULL_W<'_, INT_RAW_SPEC>

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(&mut self) -> TXFIFO_EMPTY_W<'_, INT_RAW_SPEC>

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(&mut self) -> PARITY_ERR_W<'_, INT_RAW_SPEC>

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

source

pub fn frm_err(&mut self) -> FRM_ERR_W<'_, INT_RAW_SPEC>

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

source

pub fn rxfifo_ovf(&mut self) -> RXFIFO_OVF_W<'_, INT_RAW_SPEC>

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(&mut self) -> DSR_CHG_W<'_, INT_RAW_SPEC>

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

source

pub fn cts_chg(&mut self) -> CTS_CHG_W<'_, INT_RAW_SPEC>

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

source

pub fn brk_det(&mut self) -> BRK_DET_W<'_, INT_RAW_SPEC>

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

source

pub fn rxfifo_tout(&mut self) -> RXFIFO_TOUT_W<'_, INT_RAW_SPEC>

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(&mut self) -> SW_XON_W<'_, INT_RAW_SPEC>

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(&mut self) -> SW_XOFF_W<'_, INT_RAW_SPEC>

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(&mut self) -> GLITCH_DET_W<'_, INT_RAW_SPEC>

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(&mut self) -> TX_BRK_DONE_W<'_, INT_RAW_SPEC>

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(&mut self) -> TX_BRK_IDLE_DONE_W<'_, INT_RAW_SPEC>

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(&mut self) -> TX_DONE_W<'_, INT_RAW_SPEC>

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

source

pub fn rs485_parity_err(&mut self) -> RS485_PARITY_ERR_W<'_, INT_RAW_SPEC>

Bit 15 - This interrupt raw bit turns to high level when receiver detects a parity error from the echo of transmitter in rs485 mode.

source

pub fn rs485_frm_err(&mut self) -> RS485_FRM_ERR_W<'_, INT_RAW_SPEC>

Bit 16 - This interrupt raw bit turns to high level when receiver detects a data frame error from the echo of transmitter in rs485 mode.

source

pub fn rs485_clash(&mut self) -> RS485_CLASH_W<'_, INT_RAW_SPEC>

Bit 17 - This interrupt raw bit turns to high level when detects a clash between transmitter and receiver in rs485 mode.

source

pub fn at_cmd_char_det(&mut self) -> AT_CMD_CHAR_DET_W<'_, INT_RAW_SPEC>

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

source

pub fn wakeup(&mut self) -> WAKEUP_W<'_, INT_RAW_SPEC>

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.