Struct esp32s3_hal::pac::rmt::int_st::R

pub struct R(_);
Expand description

Register INT_ST reader

Implementations§

The masked interrupt status bit for CH[0-3]_TX_END_INT.

Bit 0 - The masked interrupt status bit for CH0_TX_END_INT.

Bit 1 - The masked interrupt status bit for CH1_TX_END_INT.

Bit 2 - The masked interrupt status bit for CH2_TX_END_INT.

Bit 3 - The masked interrupt status bit for CH3_TX_END_INT.

The masked interrupt status bit for CH[0-3]_ERR_INT.

Bit 4 - The masked interrupt status bit for CH0_ERR_INT.

Bit 5 - The masked interrupt status bit for CH1_ERR_INT.

Bit 6 - The masked interrupt status bit for CH2_ERR_INT.

Bit 7 - The masked interrupt status bit for CH3_ERR_INT.

The masked interrupt status bit for CH[0-3]_TX_THR_EVENT_INT.

Bit 8 - The masked interrupt status bit for CH0_TX_THR_EVENT_INT.

Bit 9 - The masked interrupt status bit for CH1_TX_THR_EVENT_INT.

Bit 10 - The masked interrupt status bit for CH2_TX_THR_EVENT_INT.

Bit 11 - The masked interrupt status bit for CH3_TX_THR_EVENT_INT.

The masked interrupt status bit for CH[0-3]_TX_LOOP_INT.

Bit 12 - The masked interrupt status bit for CH0_TX_LOOP_INT.

Bit 13 - The masked interrupt status bit for CH1_TX_LOOP_INT.

Bit 14 - The masked interrupt status bit for CH2_TX_LOOP_INT.

Bit 15 - The masked interrupt status bit for CH3_TX_LOOP_INT.

The masked interrupt status bit for CH4_RX_END_INT.

Bit 16 - The masked interrupt status bit for CH4_RX_END_INT.

Bit 17 - The masked interrupt status bit for CH4_RX_END_INT.

Bit 18 - The masked interrupt status bit for CH4_RX_END_INT.

Bit 19 - The masked interrupt status bit for CH4_RX_END_INT.

The masked interrupt status bit for CH4_ERR_INT.

Bit 20 - The masked interrupt status bit for CH4_ERR_INT.

Bit 21 - The masked interrupt status bit for CH4_ERR_INT.

Bit 22 - The masked interrupt status bit for CH4_ERR_INT.

Bit 23 - The masked interrupt status bit for CH4_ERR_INT.

Bit 24 - The masked interrupt status bit for CH4_RX_THR_EVENT_INT.

Bit 25 - The masked interrupt status bit for CH5_RX_THR_EVENT_INT.

Bit 26 - The masked interrupt status bit for CH6_RX_THR_EVENT_INT.

Bit 27 - The masked interrupt status bit for CH7_RX_THR_EVENT_INT.

Bit 28 - The masked interrupt status bit for CH3_DMA_ACCESS_FAIL_INT.

Bit 29 - The masked interrupt status bit for CH7_DMA_ACCESS_FAIL_INT.

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.