Struct esp32s2::ledc::int_raw::R

source ·
pub struct R(_);
Expand description

Register INT_RAW reader

Implementations§

Bit 0 - Triggered when the timer0 has reached its maximum counter value.

Bit 1 - Triggered when the timer1 has reached its maximum counter value.

Bit 2 - Triggered when the timer2 has reached its maximum counter value.

Bit 3 - Triggered when the timer3 has reached its maximum counter value.

Bit 4 - Interrupt raw bit for channel 0. Triggered when the gradual change of duty has finished.

Bit 5 - Interrupt raw bit for channel 1. Triggered when the gradual change of duty has finished.

Bit 6 - Interrupt raw bit for channel 2. Triggered when the gradual change of duty has finished.

Bit 7 - Interrupt raw bit for channel 3. Triggered when the gradual change of duty has finished.

Bit 8 - Interrupt raw bit for channel 4. Triggered when the gradual change of duty has finished.

Bit 9 - Interrupt raw bit for channel 5. Triggered when the gradual change of duty has finished.

Bit 10 - Interrupt raw bit for channel 6. Triggered when the gradual change of duty has finished.

Bit 11 - Interrupt raw bit for channel 7. Triggered when the gradual change of duty has finished.

Bit 12 - Interrupt raw bit for channel 0. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH0.

Bit 13 - Interrupt raw bit for channel 1. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH1.

Bit 14 - Interrupt raw bit for channel 2. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH2.

Bit 15 - Interrupt raw bit for channel 3. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH3.

Bit 16 - Interrupt raw bit for channel 4. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH4.

Bit 17 - Interrupt raw bit for channel 5. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH5.

Bit 18 - Interrupt raw bit for channel 6. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH6.

Bit 19 - Interrupt raw bit for channel 7. Triggered when the ovf_cnt has reached the value specified by LEDC_OVF_NUM_CH7.

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.