Struct esp32c2_hal::pac::uart0::int_ena::R

pub struct R(_);
Expand description

Register INT_ENA reader

Implementations§

Bit 0 - This is the enable bit for rxfifo_full_int_st register.

Bit 1 - This is the enable bit for txfifo_empty_int_st register.

Bit 2 - This is the enable bit for parity_err_int_st register.

Bit 3 - This is the enable bit for frm_err_int_st register.

Bit 4 - This is the enable bit for rxfifo_ovf_int_st register.

Bit 5 - This is the enable bit for dsr_chg_int_st register.

Bit 6 - This is the enable bit for cts_chg_int_st register.

Bit 7 - This is the enable bit for brk_det_int_st register.

Bit 8 - This is the enable bit for rxfifo_tout_int_st register.

Bit 9 - This is the enable bit for sw_xon_int_st register.

Bit 10 - This is the enable bit for sw_xoff_int_st register.

Bit 11 - This is the enable bit for glitch_det_int_st register.

Bit 12 - This is the enable bit for tx_brk_done_int_st register.

Bit 13 - This is the enable bit for tx_brk_idle_done_int_st register.

Bit 14 - This is the enable bit for tx_done_int_st register.

Bit 15 - This is the enable bit for rs485_parity_err_int_st register.

Bit 16 - This is the enable bit for rs485_parity_err_int_st register.

Bit 17 - This is the enable bit for rs485_clash_int_st register.

Bit 18 - This is the enable bit for at_cmd_char_det_int_st register.

Bit 19 - This is the enable bit for uart_wakeup_int_st register.

Methods from Deref<Target = R<INT_ENA_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.