pub struct R(_);
Expand description

Register APB1LPENR reader

Implementations

Bit 31 - COMP interface clock enable during Sleep mode

Bit 29 - DAC interface clock enable during Sleep mode

Bit 28 - Power interface clock enable during Sleep mode

Bit 23 - USB clock enable during Sleep mode

Bit 22 - I2C 2 clock enable during Sleep mode

Bit 21 - I2C 1 clock enable during Sleep mode

Bit 18 - USART 3 clock enable during Sleep mode

Bit 17 - USART 2 clock enable during Sleep mode

Bit 14 - SPI 2 clock enable during Sleep mode

Bit 11 - Window watchdog clock enable during Sleep mode

Bit 9 - LCD clock enable during Sleep mode

Bit 5 - Timer 7 clock enable during Sleep mode

Bit 4 - Timer 6 clock enable during Sleep mode

Bit 2 - Timer 4 clock enable during Sleep mode

Bit 1 - Timer 3 clock enable during Sleep mode

Bit 0 - Timer 2 clock enable during Sleep mode

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