Struct esp32c2_hal::pac::uart0::int_ena::R
pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn rxfifo_full_int_ena(&self) -> BitReaderRaw<bool>
pub fn rxfifo_full_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - This is the enable bit for rxfifo_full_int_st register.
pub fn txfifo_empty_int_ena(&self) -> BitReaderRaw<bool>
pub fn txfifo_empty_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - This is the enable bit for txfifo_empty_int_st register.
pub fn parity_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn parity_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - This is the enable bit for parity_err_int_st register.
pub fn frm_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn frm_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - This is the enable bit for frm_err_int_st register.
pub fn rxfifo_ovf_int_ena(&self) -> BitReaderRaw<bool>
pub fn rxfifo_ovf_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - This is the enable bit for rxfifo_ovf_int_st register.
pub fn dsr_chg_int_ena(&self) -> BitReaderRaw<bool>
pub fn dsr_chg_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - This is the enable bit for dsr_chg_int_st register.
pub fn cts_chg_int_ena(&self) -> BitReaderRaw<bool>
pub fn cts_chg_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - This is the enable bit for cts_chg_int_st register.
pub fn brk_det_int_ena(&self) -> BitReaderRaw<bool>
pub fn brk_det_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - This is the enable bit for brk_det_int_st register.
pub fn rxfifo_tout_int_ena(&self) -> BitReaderRaw<bool>
pub fn rxfifo_tout_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - This is the enable bit for rxfifo_tout_int_st register.
pub fn sw_xon_int_ena(&self) -> BitReaderRaw<bool>
pub fn sw_xon_int_ena(&self) -> BitReaderRaw<bool>
Bit 9 - This is the enable bit for sw_xon_int_st register.
pub fn sw_xoff_int_ena(&self) -> BitReaderRaw<bool>
pub fn sw_xoff_int_ena(&self) -> BitReaderRaw<bool>
Bit 10 - This is the enable bit for sw_xoff_int_st register.
pub fn glitch_det_int_ena(&self) -> BitReaderRaw<bool>
pub fn glitch_det_int_ena(&self) -> BitReaderRaw<bool>
Bit 11 - This is the enable bit for glitch_det_int_st register.
pub fn tx_brk_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn tx_brk_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 12 - This is the enable bit for tx_brk_done_int_st register.
pub fn tx_brk_idle_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn tx_brk_idle_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 13 - This is the enable bit for tx_brk_idle_done_int_st register.
pub fn tx_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn tx_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 14 - This is the enable bit for tx_done_int_st register.
pub fn rs485_parity_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn rs485_parity_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 15 - This is the enable bit for rs485_parity_err_int_st register.
pub fn rs485_frm_err_int_ena(&self) -> BitReaderRaw<bool>
pub fn rs485_frm_err_int_ena(&self) -> BitReaderRaw<bool>
Bit 16 - This is the enable bit for rs485_parity_err_int_st register.
pub fn rs485_clash_int_ena(&self) -> BitReaderRaw<bool>
pub fn rs485_clash_int_ena(&self) -> BitReaderRaw<bool>
Bit 17 - This is the enable bit for rs485_clash_int_st register.
pub fn at_cmd_char_det_int_ena(&self) -> BitReaderRaw<bool>
pub fn at_cmd_char_det_int_ena(&self) -> BitReaderRaw<bool>
Bit 18 - This is the enable bit for at_cmd_char_det_int_st register.
pub fn wakeup_int_ena(&self) -> BitReaderRaw<bool>
pub fn wakeup_int_ena(&self) -> BitReaderRaw<bool>
Bit 19 - This is the enable bit for uart_wakeup_int_st register.
Methods from Deref<Target = R<INT_ENA_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.