Struct esp32_hal::pac::rmt::int_st::R

pub struct R(_);
Expand description

Register INT_ST reader

Implementations§

The interrupt state bit for channel [0-7]’s mt_ch[0-7]_tx_end_int_raw when mt_ch[0-7]_tx_end_int_ena is set to [0-7].

Bit 0 - The interrupt state bit for channel 0’s mt_ch0_tx_end_int_raw when mt_ch0_tx_end_int_ena is set to 0.

Bit 3 - The interrupt state bit for channel 1’s mt_ch1_tx_end_int_raw when mt_ch1_tx_end_int_ena is set to 1.

Bit 6 - The interrupt state bit for channel 2’s mt_ch2_tx_end_int_raw when mt_ch2_tx_end_int_ena is set to 2.

Bit 9 - The interrupt state bit for channel 3’s mt_ch3_tx_end_int_raw when mt_ch3_tx_end_int_ena is set to 3.

Bit 12 - The interrupt state bit for channel 4’s mt_ch4_tx_end_int_raw when mt_ch4_tx_end_int_ena is set to 4.

Bit 15 - The interrupt state bit for channel 5’s mt_ch5_tx_end_int_raw when mt_ch5_tx_end_int_ena is set to 5.

Bit 18 - The interrupt state bit for channel 6’s mt_ch6_tx_end_int_raw when mt_ch6_tx_end_int_ena is set to 6.

Bit 21 - The interrupt state bit for channel 7’s mt_ch7_tx_end_int_raw when mt_ch7_tx_end_int_ena is set to 7.

The interrupt state bit for channel [0-7]’s rmt_ch[0-7]_rx_end_int_raw when rmt_ch[0-7]_rx_end_int_ena is set to [0-7].

Bit 1 - The interrupt state bit for channel 0’s rmt_ch0_rx_end_int_raw when rmt_ch0_rx_end_int_ena is set to 0.

Bit 4 - The interrupt state bit for channel 1’s rmt_ch1_rx_end_int_raw when rmt_ch1_rx_end_int_ena is set to 1.

Bit 7 - The interrupt state bit for channel 2’s rmt_ch2_rx_end_int_raw when rmt_ch2_rx_end_int_ena is set to 2.

Bit 10 - The interrupt state bit for channel 3’s rmt_ch3_rx_end_int_raw when rmt_ch3_rx_end_int_ena is set to 3.

Bit 13 - The interrupt state bit for channel 4’s rmt_ch4_rx_end_int_raw when rmt_ch4_rx_end_int_ena is set to 4.

Bit 16 - The interrupt state bit for channel 5’s rmt_ch5_rx_end_int_raw when rmt_ch5_rx_end_int_ena is set to 5.

Bit 19 - The interrupt state bit for channel 6’s rmt_ch6_rx_end_int_raw when rmt_ch6_rx_end_int_ena is set to 6.

Bit 22 - The interrupt state bit for channel 7’s rmt_ch7_rx_end_int_raw when rmt_ch7_rx_end_int_ena is set to 7.

The interrupt state bit for channel [0-7]’s rmt_ch[0-7]_err_int_raw when rmt_ch[0-7]_err_int_ena is set to [0-7].

Bit 2 - The interrupt state bit for channel 0’s rmt_ch0_err_int_raw when rmt_ch0_err_int_ena is set to 0.

Bit 5 - The interrupt state bit for channel 1’s rmt_ch1_err_int_raw when rmt_ch1_err_int_ena is set to 1.

Bit 8 - The interrupt state bit for channel 2’s rmt_ch2_err_int_raw when rmt_ch2_err_int_ena is set to 2.

Bit 11 - The interrupt state bit for channel 3’s rmt_ch3_err_int_raw when rmt_ch3_err_int_ena is set to 3.

Bit 14 - The interrupt state bit for channel 4’s rmt_ch4_err_int_raw when rmt_ch4_err_int_ena is set to 4.

Bit 17 - The interrupt state bit for channel 5’s rmt_ch5_err_int_raw when rmt_ch5_err_int_ena is set to 5.

Bit 20 - The interrupt state bit for channel 6’s rmt_ch6_err_int_raw when rmt_ch6_err_int_ena is set to 6.

Bit 23 - The interrupt state bit for channel 7’s rmt_ch7_err_int_raw when rmt_ch7_err_int_ena is set to 7.

The interrupt state bit for channel [0-7]’s rmt_ch[0-7]_tx_thr_event_int_raw when mt_ch[0-7]_tx_thr_event_int_ena is set to 1.

Bit 24 - The interrupt state bit for channel 0’s rmt_ch0_tx_thr_event_int_raw when mt_ch0_tx_thr_event_int_ena is set to 1.

Bit 25 - The interrupt state bit for channel 1’s rmt_ch1_tx_thr_event_int_raw when mt_ch1_tx_thr_event_int_ena is set to 1.

Bit 26 - The interrupt state bit for channel 2’s rmt_ch2_tx_thr_event_int_raw when mt_ch2_tx_thr_event_int_ena is set to 1.

Bit 27 - The interrupt state bit for channel 3’s rmt_ch3_tx_thr_event_int_raw when mt_ch3_tx_thr_event_int_ena is set to 1.

Bit 28 - The interrupt state bit for channel 4’s rmt_ch4_tx_thr_event_int_raw when mt_ch4_tx_thr_event_int_ena is set to 1.

Bit 29 - The interrupt state bit for channel 5’s rmt_ch5_tx_thr_event_int_raw when mt_ch5_tx_thr_event_int_ena is set to 1.

Bit 30 - The interrupt state bit for channel 6’s rmt_ch6_tx_thr_event_int_raw when mt_ch6_tx_thr_event_int_ena is set to 1.

Bit 31 - The interrupt state bit for channel 7’s rmt_ch7_tx_thr_event_int_raw when mt_ch7_tx_thr_event_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.