Struct esp32_hal::pac::rmt::int_clr::W

pub struct W(_);
Expand description

Register INT_CLR writer

Implementations§

Set this bit to clear the rmt_ch[0-7]_rx_end_int_raw..

Bit 0 - Set this bit to clear the rmt_ch0_rx_end_int_raw..

Bit 3 - Set this bit to clear the rmt_ch1_rx_end_int_raw..

Bit 6 - Set this bit to clear the rmt_ch2_rx_end_int_raw..

Bit 9 - Set this bit to clear the rmt_ch3_rx_end_int_raw..

Bit 12 - Set this bit to clear the rmt_ch4_rx_end_int_raw..

Bit 15 - Set this bit to clear the rmt_ch5_rx_end_int_raw..

Bit 18 - Set this bit to clear the rmt_ch6_rx_end_int_raw..

Bit 21 - Set this bit to clear the rmt_ch7_rx_end_int_raw..

Set this bit to clear the rmt_ch[0-7]_tx_end_int_raw.

Bit 1 - Set this bit to clear the rmt_ch0_tx_end_int_raw.

Bit 4 - Set this bit to clear the rmt_ch1_tx_end_int_raw.

Bit 7 - Set this bit to clear the rmt_ch2_tx_end_int_raw.

Bit 10 - Set this bit to clear the rmt_ch3_tx_end_int_raw.

Bit 13 - Set this bit to clear the rmt_ch4_tx_end_int_raw.

Bit 16 - Set this bit to clear the rmt_ch5_tx_end_int_raw.

Bit 19 - Set this bit to clear the rmt_ch6_tx_end_int_raw.

Bit 22 - Set this bit to clear the rmt_ch7_tx_end_int_raw.

Set this bit to clear the rmt_ch[0-7]_err_int_raw.

Bit 2 - Set this bit to clear the rmt_ch0_err_int_raw.

Bit 5 - Set this bit to clear the rmt_ch1_err_int_raw.

Bit 8 - Set this bit to clear the rmt_ch2_err_int_raw.

Bit 11 - Set this bit to clear the rmt_ch3_err_int_raw.

Bit 14 - Set this bit to clear the rmt_ch4_err_int_raw.

Bit 17 - Set this bit to clear the rmt_ch5_err_int_raw.

Bit 20 - Set this bit to clear the rmt_ch6_err_int_raw.

Bit 23 - Set this bit to clear the rmt_ch7_err_int_raw.

Set this bit to clear the rmt_ch[0-7]_tx_thr_event_int_raw interrupt.

Bit 24 - Set this bit to clear the rmt_ch0_tx_thr_event_int_raw interrupt.

Bit 25 - Set this bit to clear the rmt_ch1_tx_thr_event_int_raw interrupt.

Bit 26 - Set this bit to clear the rmt_ch2_tx_thr_event_int_raw interrupt.

Bit 27 - Set this bit to clear the rmt_ch3_tx_thr_event_int_raw interrupt.

Bit 28 - Set this bit to clear the rmt_ch4_tx_thr_event_int_raw interrupt.

Bit 29 - Set this bit to clear the rmt_ch5_tx_thr_event_int_raw interrupt.

Bit 30 - Set this bit to clear the rmt_ch6_tx_thr_event_int_raw interrupt.

Bit 31 - Set this bit to clear the rmt_ch7_tx_thr_event_int_raw interrupt.

Writes raw bits to the register.

Methods from Deref<Target = W<INT_CLR_SPEC>>§

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.