Struct esp32s2::system::perip_clk_en0::R

source ·
pub struct R(_);
Expand description

Register PERIP_CLK_EN0 reader

Implementations§

Bit 0 - Set this bit to enable clock of timers.

Bit 1 - Set this bit to enable clock of SPI0 and SPI1.

Bit 2 - Set this bit to enable clock of UART0.

Bit 3 - Set this bit to enable clock of WDG.

Bit 4 - Set this bit to enable clock of I2S0.

Bit 5 - Set this bit to enable clock of UART1.

Bit 6 - Set this bit to enable clock of SPI2.

Bit 7 - Set this bit to enable clock of I2C EXT0.

Bit 8 - Set this bit to enable clock of UHCI0.

Bit 9 - Set this bit to enable clock of remote controller.

Bit 10 - Set this bit to enable clock of pulse count.

Bit 11 - Set this bit to enable clock of LED PWM.

Bit 12 - Set this bit to enable clock of UHCI1.

Bit 13 - Set this bit to enable clock of timer group0.

Bit 14 - Set this bit to enable clock of eFuse.

Bit 15 - Set this bit to enable clock of timer group1.

Bit 16 - Set this bit to enable clock of SPI3.

Bit 17 - Set this bit to enable clock of PWM0.

Bit 18 - Set this bit to enable clock of I2C EXT1.

Bit 19 - Set this bit to enable clock of CAN.

Bit 20 - Set this bit to enable clock of PWM1.

Bit 21 - Set this bit to enable clock of I2S1.

Bit 22 - Set this bit to enable clock of SPI2 DMA.

Bit 23 - Set this bit to enable clock of USB.

Bit 24 - Set this bit to enable clock of UART memory.

Bit 25 - Set this bit to enable clock of PWM2.

Bit 26 - Set this bit to enable clock of PWM3.

Bit 27 - Set this bit to enable clock of SPI3 DMA.

Bit 28 - Set this bit to enable clock of SAR ADC.

Bit 29 - Set this bit to enable clock of system timer.

Bit 30 - Set this bit to enable clock of aribiter of ADC2.

Bit 31 - Set this bit to enable clock of SPI4.

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