pub struct R(_);
Expand description

Register SYSAHBCLKCTRL reader

Implementations§

Bit 0 - Enables the clock for the AHB, the APB bridge, the Cortex-M0+ core clocks, SYSCON, and the PMU. This bit is read only and always reads as 1.

Bit 1 - Enables clock for ROM.

Bit 2 - Enables clock for SRAM0 and SRAM1.

Bit 3 - Enables clock for flash register interface.

Bit 4 - Enables clock for flash.

Bit 5 - Enables clock for I2C0.

Bit 6 - Enables clock for GPIO port registers and GPIO pin interrupt registers.

Bit 7 - Enables clock for switch matrix.

Bit 8 - Enables clock for state configurable timer SCTimer/PWM.

Bit 9 - Enables clock for self-wake-up timer.

Bit 10 - Enables clock for multi-rate timer.

Bit 11 - Enables clock for SPI0.

Bit 12 - Enables clock for SPI1.

Bit 13 - Enables clock for CRC.

Bit 14 - Enables clock for USART0.

Bit 15 - Enables clock for USART1.

Bit 16 - Enables clock for USART2.

Bit 17 - Enables clock for WWDT.

Bit 18 - Enables clock for IOCON block.

Bit 19 - Enables clock to analog comparator.

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