Struct esp32_hal::pac::ledc::int_raw::R

pub struct R(_);
Expand description

Register INT_RAW reader

Implementations§

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Methods from Deref<Target = R<INT_RAW_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.