pub struct R(_);
Expand description

Register clock_enable reader

Implementations

Bit 21 - Touch sensor module clock gate enable

By default, touch sensor module clock gate is enabled.

Bit 18 - Secure digital input/output clock gate enable

By default, SDIO master module clock gate is enabled.

Bit 16 - RSA Montgomery coprocessor clock gate enable

By default, RSA clock gate is enabled.

Bit 15 - Inter-Integrated Sound clock gate enable

By default, I2S clock gate is enabled.

Bit 13 - Pulse-width modulation module clock gate enable

By default, PWM clock gate is enabled.

Bit 12 - Analog-digital converter clock gate enable

Bit 11 - General purpose input/output clock gate enable

By default, GPIO clock gate is enabled.

Bit 10 - Timer module clock gate enable

By default, timer clock gate is enabled.

Bit 8 - Direct memory access clock gate enable

By default, DMA clock gate is enabled.

Universal asynchronous transmitter/receiver enable

By default, UART clock gate is enabled.

Bit 1 - Universal asynchronous transmitter/receiver enable

By default, UART clock gate is enabled.

Bit 2 - Universal asynchronous transmitter/receiver enable

By default, UART clock gate is enabled.

Bit 3 - Universal asynchronous transmitter/receiver enable

By default, UART clock gate is enabled.

Bit 4 - Universal asynchronous transmitter/receiver enable

By default, UART clock gate is enabled.

Bit 5 - Universal asynchronous transmitter/receiver enable

By default, UART clock gate is enabled.

Bit 6 - Universal asynchronous transmitter/receiver enable

By default, UART clock gate is enabled.

Bit 0 - Inter-Integrated Circuit module enable

By default, I2C clock gate is enabled.

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