Struct esp32s3_hal::pac::rmt::int_ena::R

pub struct R(_);
Expand description

Register INT_ENA reader

Implementations§

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

Bit 0 - The interrupt enable bit for CH0_TX_END_INT.

Bit 1 - The interrupt enable bit for CH1_TX_END_INT.

Bit 2 - The interrupt enable bit for CH2_TX_END_INT.

Bit 3 - The interrupt enable bit for CH3_TX_END_INT.

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

Bit 4 - The interrupt enable bit for CH0_ERR_INT.

Bit 5 - The interrupt enable bit for CH1_ERR_INT.

Bit 6 - The interrupt enable bit for CH2_ERR_INT.

Bit 7 - The interrupt enable bit for CH3_ERR_INT.

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

Bit 8 - The interrupt enable bit for CH0_TX_THR_EVENT_INT.

Bit 9 - The interrupt enable bit for CH1_TX_THR_EVENT_INT.

Bit 10 - The interrupt enable bit for CH2_TX_THR_EVENT_INT.

Bit 11 - The interrupt enable bit for CH3_TX_THR_EVENT_INT.

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

Bit 12 - The interrupt enable bit for CH0_TX_LOOP_INT.

Bit 13 - The interrupt enable bit for CH1_TX_LOOP_INT.

Bit 14 - The interrupt enable bit for CH2_TX_LOOP_INT.

Bit 15 - The interrupt enable bit for CH3_TX_LOOP_INT.

The interrupt enable bit for CH4_RX_END_INT.

Bit 16 - The interrupt enable bit for CH4_RX_END_INT.

Bit 17 - The interrupt enable bit for CH4_RX_END_INT.

Bit 18 - The interrupt enable bit for CH4_RX_END_INT.

Bit 19 - The interrupt enable bit for CH4_RX_END_INT.

The interrupt enable bit for CH4_ERR_INT.

Bit 20 - The interrupt enable bit for CH4_ERR_INT.

Bit 21 - The interrupt enable bit for CH4_ERR_INT.

Bit 22 - The interrupt enable bit for CH4_ERR_INT.

Bit 23 - The interrupt enable bit for CH4_ERR_INT.

Bit 24 - The interrupt enable bit for CH4_RX_THR_EVENT_INT.

Bit 25 - The interrupt enable bit for CH5_RX_THR_EVENT_INT.

Bit 26 - The interrupt enable bit for CH6_RX_THR_EVENT_INT.

Bit 27 - The interrupt enable bit for CH7_RX_THR_EVENT_INT.

Bit 28 - The interrupt enable bit for CH3_DMA_ACCESS_FAIL_INT.

Bit 29 - The interrupt enable bit for CH7_DMA_ACCESS_FAIL_INT.

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.