pub struct R(_);
Expand description

Register POWERSET reader

Implementations

Bit 0 - Keep RAM section S0 of RAM[n] on or off in System ON mode

Bit 1 - Keep RAM section S1 of RAM[n] on or off in System ON mode

Bit 2 - Keep RAM section S2 of RAM[n] on or off in System ON mode

Bit 3 - Keep RAM section S3 of RAM[n] on or off in System ON mode

Bit 4 - Keep RAM section S4 of RAM[n] on or off in System ON mode

Bit 5 - Keep RAM section S5 of RAM[n] on or off in System ON mode

Bit 6 - Keep RAM section S6 of RAM[n] on or off in System ON mode

Bit 7 - Keep RAM section S7 of RAM[n] on or off in System ON mode

Bit 8 - Keep RAM section S8 of RAM[n] on or off in System ON mode

Bit 9 - Keep RAM section S9 of RAM[n] on or off in System ON mode

Bit 10 - Keep RAM section S10 of RAM[n] on or off in System ON mode

Bit 11 - Keep RAM section S11 of RAM[n] on or off in System ON mode

Bit 12 - Keep RAM section S12 of RAM[n] on or off in System ON mode

Bit 13 - Keep RAM section S13 of RAM[n] on or off in System ON mode

Bit 14 - Keep RAM section S14 of RAM[n] on or off in System ON mode

Bit 15 - Keep RAM section S15 of RAM[n] on or off in System ON mode

Bit 16 - Keep retention on RAM section S0 of RAM[n] when RAM section is switched off

Bit 17 - Keep retention on RAM section S1 of RAM[n] when RAM section is switched off

Bit 18 - Keep retention on RAM section S2 of RAM[n] when RAM section is switched off

Bit 19 - Keep retention on RAM section S3 of RAM[n] when RAM section is switched off

Bit 20 - Keep retention on RAM section S4 of RAM[n] when RAM section is switched off

Bit 21 - Keep retention on RAM section S5 of RAM[n] when RAM section is switched off

Bit 22 - Keep retention on RAM section S6 of RAM[n] when RAM section is switched off

Bit 23 - Keep retention on RAM section S7 of RAM[n] when RAM section is switched off

Bit 24 - Keep retention on RAM section S8 of RAM[n] when RAM section is switched off

Bit 25 - Keep retention on RAM section S9 of RAM[n] when RAM section is switched off

Bit 26 - Keep retention on RAM section S10 of RAM[n] when RAM section is switched off

Bit 27 - Keep retention on RAM section S11 of RAM[n] when RAM section is switched off

Bit 28 - Keep retention on RAM section S12 of RAM[n] when RAM section is switched off

Bit 29 - Keep retention on RAM section S13 of RAM[n] when RAM section is switched off

Bit 30 - Keep retention on RAM section S14 of RAM[n] when RAM section is switched off

Bit 31 - Keep retention on RAM section S15 of RAM[n] when RAM section is switched off

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