Struct esp32s3::uart0::int_st::R

source ·
pub struct R(_);
Expand description

Register INT_ST reader

Implementations

Bit 0 - This is the status bit for rxfifo_full_int_raw when rxfifo_full_int_ena is set to 1.

Bit 1 - This is the status bit for txfifo_empty_int_raw when txfifo_empty_int_ena is set to 1.

Bit 2 - This is the status bit for parity_err_int_raw when parity_err_int_ena is set to 1.

Bit 3 - This is the status bit for frm_err_int_raw when frm_err_int_ena is set to 1.

Bit 4 - This is the status bit for rxfifo_ovf_int_raw when rxfifo_ovf_int_ena is set to 1.

Bit 5 - This is the status bit for dsr_chg_int_raw when dsr_chg_int_ena is set to 1.

Bit 6 - This is the status bit for cts_chg_int_raw when cts_chg_int_ena is set to 1.

Bit 7 - This is the status bit for brk_det_int_raw when brk_det_int_ena is set to 1.

Bit 8 - This is the status bit for rxfifo_tout_int_raw when rxfifo_tout_int_ena is set to 1.

Bit 9 - This is the status bit for sw_xon_int_raw when sw_xon_int_ena is set to 1.

Bit 10 - This is the status bit for sw_xoff_int_raw when sw_xoff_int_ena is set to 1.

Bit 11 - This is the status bit for glitch_det_int_raw when glitch_det_int_ena is set to 1.

Bit 12 - This is the status bit for tx_brk_done_int_raw when tx_brk_done_int_ena is set to 1.

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.

Bit 14 - This is the status bit for tx_done_int_raw when tx_done_int_ena is set to 1.

Bit 15 - This is the status bit for rs485_parity_err_int_raw when rs485_parity_int_ena is set to 1.

Bit 16 - This is the status bit for rs485_frm_err_int_raw when rs485_fm_err_int_ena is set to 1.

Bit 17 - This is the status bit for rs485_clash_int_raw when rs485_clash_int_ena is set to 1.

Bit 18 - This is the status bit for at_cmd_det_int_raw when at_cmd_char_det_int_ena is set to 1.

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>>

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.