Type Alias esp32s2::uart0::int_st::R

source ·
pub type R = R<INT_ST_SPEC>;
Expand description

Register INT_ST reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn rxfifo_full(&self) -> RXFIFO_FULL_R

Bit 0 - This is the status bit for UART_RXFIFO_FULL_INT when UART_RXFIFO_FULL_INT_ENA is set to 1.

source

pub fn txfifo_empty(&self) -> TXFIFO_EMPTY_R

Bit 1 - This is the status bit for UART_TXFIFO_EMPTY_INT when UART_TXFIFO_EMPTY_INT_ENA is set to 1.

source

pub fn parity_err(&self) -> PARITY_ERR_R

Bit 2 - This is the status bit for UART_PARITY_ERR_INT when UART_PARITY_ERR_INT_ENA is set to 1.

source

pub fn frm_err(&self) -> FRM_ERR_R

Bit 3 - This is the status bit for UART_FRM_ERR_INT when UART_FRM_ERR_INT_ENA is set to 1.

source

pub fn rxfifo_ovf(&self) -> RXFIFO_OVF_R

Bit 4 - This is the status bit for UART_RXFIFO_OVF_INT when UART_RXFIFO_OVF_INT_ENA is set to 1.

source

pub fn dsr_chg(&self) -> DSR_CHG_R

Bit 5 - This is the status bit for UART_DSR_CHG_INT when UART_DSR_CHG_INT_ENA is set to 1.

source

pub fn cts_chg(&self) -> CTS_CHG_R

Bit 6 - This is the status bit for UART_CTS_CHG_INT when UART_CTS_CHG_INT_ENA is set to 1.

source

pub fn brk_det(&self) -> BRK_DET_R

Bit 7 - This is the status bit for UART_BRK_DET_INT when UART_BRK_DET_INT_ENA is set to 1.

source

pub fn rxfifo_tout(&self) -> RXFIFO_TOUT_R

Bit 8 - This is the status bit for UART_RXFIFO_TOUT_INT when UART_RXFIFO_TOUT_INT_ENA is set to 1.

source

pub fn sw_xon(&self) -> SW_XON_R

Bit 9 - This is the status bit for UART_SW_XON_INT when UART_SW_XON_INT_ENA is set to 1.

source

pub fn sw_xoff(&self) -> SW_XOFF_R

Bit 10 - This is the status bit for UART_SW_XOFF_INT when UART_SW_XOFF_INT_ENA is set to 1.

source

pub fn glitch_det(&self) -> GLITCH_DET_R

Bit 11 - This is the status bit for UART_GLITCH_DET_INT when UART_GLITCH_DET_INT_ENA is set to 1.

source

pub fn tx_brk_done(&self) -> TX_BRK_DONE_R

Bit 12 - This is the status bit for UART_TX_BRK_DONE_INT when UART_TX_BRK_DONE_INT_ENA is set to 1.

source

pub fn tx_brk_idle_done(&self) -> TX_BRK_IDLE_DONE_R

Bit 13 - This is the status bit for UART_TX_BRK_IDLE_DONE_INT when UART_TX_BRK_IDLE_DONE_INT_ENA is set to 1.

source

pub fn tx_done(&self) -> TX_DONE_R

Bit 14 - This is the status bit for UART_TX_DONE_INT when UART_TX_DONE_INT_ENA is set to 1.

source

pub fn rs485_parity_err(&self) -> RS485_PARITY_ERR_R

Bit 15 - This is the status bit for UART_RS485_PARITY_ERR_INT when UART_RS485_PARITY_INT_ENA is set to 1.

source

pub fn rs485_frm_err(&self) -> RS485_FRM_ERR_R

Bit 16 - This is the status bit for UART_RS485_FRM_ERR_INT when UART_RS485_FRM_ERR_INT_ENA is set to 1.

source

pub fn rs485_clash(&self) -> RS485_CLASH_R

Bit 17 - This is the status bit for UART_RS485_CLASH_INT when UART_RS485_CLASH_INT_ENA is set to 1.

source

pub fn at_cmd_char_det(&self) -> AT_CMD_CHAR_DET_R

Bit 18 - This is the status bit for UART_AT_CMD_CHAR_DET_INT when UART_AT_CMD_CHAR_DET_INT_ENA is set to 1.

source

pub fn wakeup(&self) -> WAKEUP_R

Bit 19 - This is the status bit for UART_WAKEUP_INT when UART_WAKEUP_INT_ENA is set to 1.