Struct esp32s3_hal::pac::uart0::int_st::R
pub struct R(_);
Expand description
Register INT_ST
reader
Implementations§
§impl R
impl R
pub fn rxfifo_full_int_st(&self) -> BitReaderRaw<bool>
pub fn rxfifo_full_int_st(&self) -> BitReaderRaw<bool>
Bit 0 - This is the status bit for rxfifo_full_int_raw when rxfifo_full_int_ena is set to 1.
pub fn txfifo_empty_int_st(&self) -> BitReaderRaw<bool>
pub fn txfifo_empty_int_st(&self) -> BitReaderRaw<bool>
Bit 1 - This is the status bit for txfifo_empty_int_raw when txfifo_empty_int_ena is set to 1.
pub fn parity_err_int_st(&self) -> BitReaderRaw<bool>
pub fn parity_err_int_st(&self) -> BitReaderRaw<bool>
Bit 2 - This is the status bit for parity_err_int_raw when parity_err_int_ena is set to 1.
pub fn frm_err_int_st(&self) -> BitReaderRaw<bool>
pub fn frm_err_int_st(&self) -> BitReaderRaw<bool>
Bit 3 - This is the status bit for frm_err_int_raw when frm_err_int_ena is set to 1.
pub fn rxfifo_ovf_int_st(&self) -> BitReaderRaw<bool>
pub fn rxfifo_ovf_int_st(&self) -> BitReaderRaw<bool>
Bit 4 - This is the status bit for rxfifo_ovf_int_raw when rxfifo_ovf_int_ena is set to 1.
pub fn dsr_chg_int_st(&self) -> BitReaderRaw<bool>
pub fn dsr_chg_int_st(&self) -> BitReaderRaw<bool>
Bit 5 - This is the status bit for dsr_chg_int_raw when dsr_chg_int_ena is set to 1.
pub fn cts_chg_int_st(&self) -> BitReaderRaw<bool>
pub fn cts_chg_int_st(&self) -> BitReaderRaw<bool>
Bit 6 - This is the status bit for cts_chg_int_raw when cts_chg_int_ena is set to 1.
pub fn brk_det_int_st(&self) -> BitReaderRaw<bool>
pub fn brk_det_int_st(&self) -> BitReaderRaw<bool>
Bit 7 - This is the status bit for brk_det_int_raw when brk_det_int_ena is set to 1.
pub fn rxfifo_tout_int_st(&self) -> BitReaderRaw<bool>
pub fn rxfifo_tout_int_st(&self) -> BitReaderRaw<bool>
Bit 8 - This is the status bit for rxfifo_tout_int_raw when rxfifo_tout_int_ena is set to 1.
pub fn sw_xon_int_st(&self) -> BitReaderRaw<bool>
pub fn sw_xon_int_st(&self) -> BitReaderRaw<bool>
Bit 9 - This is the status bit for sw_xon_int_raw when sw_xon_int_ena is set to 1.
pub fn sw_xoff_int_st(&self) -> BitReaderRaw<bool>
pub fn sw_xoff_int_st(&self) -> BitReaderRaw<bool>
Bit 10 - This is the status bit for sw_xoff_int_raw when sw_xoff_int_ena is set to 1.
pub fn glitch_det_int_st(&self) -> BitReaderRaw<bool>
pub fn glitch_det_int_st(&self) -> BitReaderRaw<bool>
Bit 11 - This is the status bit for glitch_det_int_raw when glitch_det_int_ena is set to 1.
pub fn tx_brk_done_int_st(&self) -> BitReaderRaw<bool>
pub fn tx_brk_done_int_st(&self) -> BitReaderRaw<bool>
Bit 12 - This is the status bit for tx_brk_done_int_raw when tx_brk_done_int_ena is set to 1.
pub fn tx_brk_idle_done_int_st(&self) -> BitReaderRaw<bool>
pub fn tx_brk_idle_done_int_st(&self) -> BitReaderRaw<bool>
Bit 13 - This is the stauts bit for tx_brk_idle_done_int_raw when tx_brk_idle_done_int_ena is set to 1.
pub fn tx_done_int_st(&self) -> BitReaderRaw<bool>
pub fn tx_done_int_st(&self) -> BitReaderRaw<bool>
Bit 14 - This is the status bit for tx_done_int_raw when tx_done_int_ena is set to 1.
pub fn rs485_parity_err_int_st(&self) -> BitReaderRaw<bool>
pub fn rs485_parity_err_int_st(&self) -> BitReaderRaw<bool>
Bit 15 - This is the status bit for rs485_parity_err_int_raw when rs485_parity_int_ena is set to 1.
pub fn rs485_frm_err_int_st(&self) -> BitReaderRaw<bool>
pub fn rs485_frm_err_int_st(&self) -> BitReaderRaw<bool>
Bit 16 - This is the status bit for rs485_frm_err_int_raw when rs485_fm_err_int_ena is set to 1.
pub fn rs485_clash_int_st(&self) -> BitReaderRaw<bool>
pub fn rs485_clash_int_st(&self) -> BitReaderRaw<bool>
Bit 17 - This is the status bit for rs485_clash_int_raw when rs485_clash_int_ena is set to 1.
pub fn at_cmd_char_det_int_st(&self) -> BitReaderRaw<bool>
pub fn at_cmd_char_det_int_st(&self) -> BitReaderRaw<bool>
Bit 18 - This is the status bit for at_cmd_det_int_raw when at_cmd_char_det_int_ena is set to 1.
pub fn wakeup_int_st(&self) -> BitReaderRaw<bool>
pub fn wakeup_int_st(&self) -> BitReaderRaw<bool>
Bit 19 - This is the status bit for uart_wakeup_int_raw when uart_wakeup_int_ena is set to 1.
Methods from Deref<Target = R<INT_ST_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.