pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
source§impl R
impl R
sourcepub fn rxfifo_full_int_raw(&self) -> RXFIFO_FULL_INT_RAW_R
pub fn rxfifo_full_int_raw(&self) -> RXFIFO_FULL_INT_RAW_R
Bit 0 - This interrupt raw bit turns to high level when the receiver receives more data than what UART_RXFIFO_FULL_THRHD specifies.
sourcepub fn txfifo_empty_int_raw(&self) -> TXFIFO_EMPTY_INT_RAW_R
pub fn txfifo_empty_int_raw(&self) -> TXFIFO_EMPTY_INT_RAW_R
Bit 1 - This interrupt raw bit turns to high level when the amount of data in TX FIFO is less than what UART_TXFIFO_EMPTY_THRHD specifies.
sourcepub fn parity_err_int_raw(&self) -> PARITY_ERR_INT_RAW_R
pub fn parity_err_int_raw(&self) -> PARITY_ERR_INT_RAW_R
Bit 2 - This interrupt raw bit turns to high level when the receiver detects a parity error in the data.
sourcepub fn frm_err_int_raw(&self) -> FRM_ERR_INT_RAW_R
pub fn frm_err_int_raw(&self) -> FRM_ERR_INT_RAW_R
Bit 3 - This interrupt raw bit turns to high level when the receiver detects a data frame error.
sourcepub fn rxfifo_ovf_int_raw(&self) -> RXFIFO_OVF_INT_RAW_R
pub fn rxfifo_ovf_int_raw(&self) -> RXFIFO_OVF_INT_RAW_R
Bit 4 - This interrupt raw bit turns to high level when the receiver receives more data than the capacity of RX FIFO.
sourcepub fn dsr_chg_int_raw(&self) -> DSR_CHG_INT_RAW_R
pub fn dsr_chg_int_raw(&self) -> DSR_CHG_INT_RAW_R
Bit 5 - This interrupt raw bit turns to high level when the receiver detects the edge change of DSRn signal.
sourcepub fn cts_chg_int_raw(&self) -> CTS_CHG_INT_RAW_R
pub fn cts_chg_int_raw(&self) -> CTS_CHG_INT_RAW_R
Bit 6 - This interrupt raw bit turns to high level when the receiver detects the edge change of CTSn signal.
sourcepub fn brk_det_int_raw(&self) -> BRK_DET_INT_RAW_R
pub fn brk_det_int_raw(&self) -> BRK_DET_INT_RAW_R
Bit 7 - This interrupt raw bit turns to high level when the receiver detects a 0 after the stop bit.
sourcepub fn rxfifo_tout_int_raw(&self) -> RXFIFO_TOUT_INT_RAW_R
pub fn rxfifo_tout_int_raw(&self) -> RXFIFO_TOUT_INT_RAW_R
Bit 8 - This interrupt raw bit turns to high level when the receiver takes more time than UART_RX_TOUT_THRHD to receive a byte.
sourcepub fn sw_xon_int_raw(&self) -> SW_XON_INT_RAW_R
pub fn sw_xon_int_raw(&self) -> SW_XON_INT_RAW_R
Bit 9 - This interrupt raw bit turns to high level when the receiver receives an XON character and UART_SW_FLOW_CON_EN is set to 1.
sourcepub fn sw_xoff_int_raw(&self) -> SW_XOFF_INT_RAW_R
pub fn sw_xoff_int_raw(&self) -> SW_XOFF_INT_RAW_R
Bit 10 - This interrupt raw bit turns to high level when the receiver receives an XOFF character and UART_SW_FLOW_CON_EN is set to 1.
sourcepub fn glitch_det_int_raw(&self) -> GLITCH_DET_INT_RAW_R
pub fn glitch_det_int_raw(&self) -> GLITCH_DET_INT_RAW_R
Bit 11 - This interrupt raw bit turns to high level when the receiver detects a glitch in the middle of a start bit.
sourcepub fn tx_brk_done_int_raw(&self) -> TX_BRK_DONE_INT_RAW_R
pub fn tx_brk_done_int_raw(&self) -> TX_BRK_DONE_INT_RAW_R
Bit 12 - This interrupt raw bit turns to high level when the transmitter completes sending NULL characters, after all data in TX FIFO are sent.
sourcepub fn tx_brk_idle_done_int_raw(&self) -> TX_BRK_IDLE_DONE_INT_RAW_R
pub fn tx_brk_idle_done_int_raw(&self) -> TX_BRK_IDLE_DONE_INT_RAW_R
Bit 13 - This interrupt raw bit turns to high level when the transmitter has kept the shortest duration after sending the last data.
sourcepub fn tx_done_int_raw(&self) -> TX_DONE_INT_RAW_R
pub fn tx_done_int_raw(&self) -> TX_DONE_INT_RAW_R
Bit 14 - This interrupt raw bit turns to high level when the transmitter has sent out all data in FIFO.
sourcepub fn rs485_parity_err_int_raw(&self) -> RS485_PARITY_ERR_INT_RAW_R
pub fn rs485_parity_err_int_raw(&self) -> RS485_PARITY_ERR_INT_RAW_R
Bit 15 - This interrupt raw bit turns to high level when the receiver detects a parity error from the echo of the transmitter in RS485 mode.
sourcepub fn rs485_frm_err_int_raw(&self) -> RS485_FRM_ERR_INT_RAW_R
pub fn rs485_frm_err_int_raw(&self) -> RS485_FRM_ERR_INT_RAW_R
Bit 16 - This interrupt raw bit turns to high level when the receiver detects a data frame error from the echo of the transmitter in RS485 mode.
sourcepub fn rs485_clash_int_raw(&self) -> RS485_CLASH_INT_RAW_R
pub fn rs485_clash_int_raw(&self) -> RS485_CLASH_INT_RAW_R
Bit 17 - This interrupt raw bit turns to high level when a collision is detected between the transmitter and the receiver in RS485 mode.
sourcepub fn at_cmd_char_det_int_raw(&self) -> AT_CMD_CHAR_DET_INT_RAW_R
pub fn at_cmd_char_det_int_raw(&self) -> AT_CMD_CHAR_DET_INT_RAW_R
Bit 18 - This interrupt raw bit turns to high level when the receiver detects the configured UART_AT_CMD CHAR.
sourcepub fn wakeup_int_raw(&self) -> WAKEUP_INT_RAW_R
pub fn wakeup_int_raw(&self) -> WAKEUP_INT_RAW_R
Bit 19 - This interrupt raw bit turns to high level when input RXD edge changes more times than what UART_ACTIVE_THRESHOLD specifies in Light-sleep mode.