Struct esp32_hal::pac::ledc::int_ena::R

pub struct R(_);
Expand description

Register INT_ENA reader

Implementations§

Bit 0 - The interrupt enable bit for high speed channel0 counter overflow interrupt.

Bit 1 - The interrupt enable bit for high speed channel1 counter overflow interrupt.

Bit 2 - The interrupt enable bit for high speed channel2 counter overflow interrupt.

Bit 3 - The interrupt enable bit for high speed channel3 counter overflow interrupt.

Bit 4 - The interrupt enable bit for low speed channel0 counter overflow interrupt.

Bit 5 - The interrupt enable bit for low speed channel1 counter overflow interrupt.

Bit 6 - The interrupt enable bit for low speed channel2 counter overflow interrupt.

Bit 7 - The interrupt enable bit for low speed channel3 counter overflow interrupt.

Bit 8 - The interrupt enable bit for high speed channel 0 duty change done interrupt.

Bit 9 - The interrupt enable bit for high speed channel 1 duty change done interrupt.

Bit 10 - The interrupt enable bit for high speed channel 2 duty change done interrupt.

Bit 11 - The interrupt enable bit for high speed channel 3 duty change done interrupt.

Bit 12 - The interrupt enable bit for high speed channel 4 duty change done interrupt.

Bit 13 - The interrupt enable bit for high speed channel 5 duty change done interrupt.

Bit 14 - The interrupt enable bit for high speed channel 6 duty change done interrupt.

Bit 15 - The interrupt enable bit for high speed channel 7 duty change done interrupt.

Bit 16 - The interrupt enable bit for low speed channel 0 duty change done interrupt.

Bit 17 - The interrupt enable bit for low speed channel 1 duty change done interrupt.

Bit 18 - The interrupt enable bit for low speed channel 2 duty change done interrupt.

Bit 19 - The interrupt enable bit for low speed channel 3 duty change done interrupt.

Bit 20 - The interrupt enable bit for low speed channel 4 duty change done interrupt.

Bit 21 - The interrupt enable bit for low speed channel 5 duty change done interrupt.

Bit 22 - The interrupt enable bit for low speed channel 6 duty change done interrupt.

Bit 23 - The interrupt enable bit for low speed channel 7 duty change done interrupt.

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.