Struct esp32s2::system::perip_rst_en0::W

source ·
pub struct W(_);
Expand description

Register PERIP_RST_EN0 writer

Implementations

Bit 0 - Set this bit to reset timers.

Bit 1 - Set this bit to reset SPI0 and SPI1.

Bit 2 - Set this bit to reset UART0.

Bit 3 - Set this bit to reset WDG.

Bit 4 - Set this bit to reset I2S0.

Bit 5 - Set this bit to reset UART1.

Bit 6 - Set this bit to reset SPI2.

Bit 7 - Set this bit to reset I2C EXT0.

Bit 8 - Set this bit to reset UHCI0.

Bit 9 - Set this bit to reset remote controller.

Bit 10 - Set this bit to reset pulse count.

Bit 11 - Set this bit to reset LED PWM.

Bit 12 - Set this bit to reset UHCI1.

Bit 13 - Set this bit to reset timer group0.

Bit 14 - Set this bit to reset eFuse.

Bit 15 - Set this bit to reset timer group1.

Bit 16 - Set this bit to reset SPI3.

Bit 17 - Set this bit to reset PWM0.

Bit 18 - Set this bit to reset I2C EXT1.

Bit 19 - Set this bit to reset CAN.

Bit 20 - Set this bit to reset PWM1.

Bit 21 - Set this bit to reset I2S1.

Bit 22 - Set this bit to reset SPI2 DMA.

Bit 23 - Set this bit to reset USB.

Bit 24 - Set this bit to reset UART memory.

Bit 25 - Set this bit to reset PWM2.

Bit 26 - Set this bit to reset PWM3.

Bit 27 - Set this bit to reset SPI3 DMA.

Bit 28 - Set this bit to reset SAR ADC.

Bit 29 - Set this bit to reset system timer.

Bit 30 - Set this bit to reset aribiter of ADC2.

Bit 31 - Set this bit to reset SPI4.

Writes raw bits to the register.

Methods from Deref<Target = W<PERIP_RST_EN0_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.