Struct esp32_hal::pac::ledc::int_st::R

pub struct R(_);
Expand description

Register INT_ST reader

Implementations§

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Bit 23 - The interrupt status bit for low speed channel 7 duty change done event

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.