Struct esp32s3_hal::pac::uart0::int_raw::R
pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
§impl R
impl R
pub fn rxfifo_full_int_raw(&self) -> BitReaderRaw<bool>
pub fn rxfifo_full_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - This interrupt raw bit turns to high level when receiver receives more data than what rxfifo_full_thrhd specifies.
pub fn txfifo_empty_int_raw(&self) -> BitReaderRaw<bool>
pub fn txfifo_empty_int_raw(&self) -> BitReaderRaw<bool>
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 .
pub fn parity_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn parity_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 2 - This interrupt raw bit turns to high level when receiver detects a parity error in the data.
pub fn frm_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn frm_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - This interrupt raw bit turns to high level when receiver detects a data frame error .
pub fn rxfifo_ovf_int_raw(&self) -> BitReaderRaw<bool>
pub fn rxfifo_ovf_int_raw(&self) -> BitReaderRaw<bool>
Bit 4 - This interrupt raw bit turns to high level when receiver receives more data than the FIFO can store.
pub fn dsr_chg_int_raw(&self) -> BitReaderRaw<bool>
pub fn dsr_chg_int_raw(&self) -> BitReaderRaw<bool>
Bit 5 - This interrupt raw bit turns to high level when receiver detects the edge change of DSRn signal.
pub fn cts_chg_int_raw(&self) -> BitReaderRaw<bool>
pub fn cts_chg_int_raw(&self) -> BitReaderRaw<bool>
Bit 6 - This interrupt raw bit turns to high level when receiver detects the edge change of CTSn signal.
pub fn brk_det_int_raw(&self) -> BitReaderRaw<bool>
pub fn brk_det_int_raw(&self) -> BitReaderRaw<bool>
Bit 7 - This interrupt raw bit turns to high level when receiver detects a 0 after the stop bit.
pub fn rxfifo_tout_int_raw(&self) -> BitReaderRaw<bool>
pub fn rxfifo_tout_int_raw(&self) -> BitReaderRaw<bool>
Bit 8 - This interrupt raw bit turns to high level when receiver takes more time than rx_tout_thrhd to receive a byte.
pub fn sw_xon_int_raw(&self) -> BitReaderRaw<bool>
pub fn sw_xon_int_raw(&self) -> BitReaderRaw<bool>
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.
pub fn sw_xoff_int_raw(&self) -> BitReaderRaw<bool>
pub fn sw_xoff_int_raw(&self) -> BitReaderRaw<bool>
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.
pub fn glitch_det_int_raw(&self) -> BitReaderRaw<bool>
pub fn glitch_det_int_raw(&self) -> BitReaderRaw<bool>
Bit 11 - This interrupt raw bit turns to high level when receiver detects a glitch in the middle of a start bit.
pub fn tx_brk_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_brk_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 12 - This interrupt raw bit turns to high level when transmitter completes sending NULL characters, after all data in Tx-FIFO are sent.
pub fn tx_brk_idle_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_brk_idle_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 13 - This interrupt raw bit turns to high level when transmitter has kept the shortest duration after sending the last data.
pub fn tx_done_int_raw(&self) -> BitReaderRaw<bool>
pub fn tx_done_int_raw(&self) -> BitReaderRaw<bool>
Bit 14 - This interrupt raw bit turns to high level when transmitter has send out all data in FIFO.
pub fn rs485_parity_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn rs485_parity_err_int_raw(&self) -> BitReaderRaw<bool>
Bit 15 - This interrupt raw bit turns to high level when receiver detects a parity error from the echo of transmitter in rs485 mode.
pub fn rs485_frm_err_int_raw(&self) -> BitReaderRaw<bool>
pub fn rs485_frm_err_int_raw(&self) -> BitReaderRaw<bool>
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.
pub fn rs485_clash_int_raw(&self) -> BitReaderRaw<bool>
pub fn rs485_clash_int_raw(&self) -> BitReaderRaw<bool>
Bit 17 - This interrupt raw bit turns to high level when detects a clash between transmitter and receiver in rs485 mode.
pub fn at_cmd_char_det_int_raw(&self) -> BitReaderRaw<bool>
pub fn at_cmd_char_det_int_raw(&self) -> BitReaderRaw<bool>
Bit 18 - This interrupt raw bit turns to high level when receiver detects the configured at_cmd char.
pub fn wakeup_int_raw(&self) -> BitReaderRaw<bool>
pub fn wakeup_int_raw(&self) -> BitReaderRaw<bool>
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.
Methods from Deref<Target = R<INT_RAW_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.