pub struct W(_);
Expand description

Register PWC writer

Implementations

Bit 0 - Set this bit to disable the force isolation to the RTC fast memory.

Bit 1 - Set this bit to force isolate the RTC fast memory.

Bit 2 - Set this bit to disable the force isolation to the RTC slow memory.

Bit 3 - Set this bit to force isolate the RTC slow memory.

Bit 4 - Set this bit to force isolate the RTC peripherals.

Bit 5 - Set this bit to disable the force isolation to the RTC peripherals.

Bit 6 - Set 1 to FPD the RTC fast memory when the CPU is powered down. Set 0 to FPD the RTC fast memory when the RTC main state machine is powered down.

Bit 7 - Set this bit to force not retain the RTC fast memory.

Bit 8 - Set this bit to force retain the RTC fast memory.

Bit 9 - Set 1 to FPD the RTC slow memory when the CPU is powered down. Set 0 to FPD the RTC slow memory when the RTC main state machine is powered down.

Bit 10 - Set this bit to force not retain the RTC slow memory.

Bit 11 - Set this bit to force retain the RTC slow memory.

Bit 12 - Set this bit to FPD the RTC fast memory.

Bit 13 - Set this bit to FPU the RTC fast memory.

Bit 14 - Set this bit to enable PD for the RTC fast memory in sleep.

Bit 15 - Set this bit to FPD the RTC slow memory.

Bit 16 - Set this bit to FPU the RTC slow memory.

Bit 17 - Set this bit to enable PD for the RTC slow memory in sleep.

Bit 18 - Set this bit to FPD the RTC peripherals.

Bit 19 - Set this bit to FPU the RTC peripherals.

Bit 20 - Set this bit to enable PD for the RTC peripherals in sleep.

Bit 21 - Set this bit the force hold the RTC GPIOs.

Writes raw bits to the register.

Methods from Deref<Target = W<PWC_SPEC>>

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.