pub struct W(_);
Expand description

Register CTRL writer

Implementations

Bit 0 - Software reset control

Bit 2 - RTC 1 Hz timer alarm flag status.

Bit 3 - RTC 1 kHz timer wake-up flag status.

Bit 4 - RTC 1 Hz timer alarm enable for Deep power-down.

Bit 5 - RTC 1 kHz timer wake-up enable for Deep power-down.

Bit 6 - RTC 1 kHz clock enable. This bit can be set to 0 to conserve power if the 1 kHz timer is not used. This bit has no effect when the RTC is disabled (bit 7 of this register is 0).

Bit 7 - RTC enable.

Bit 8 - RTC oscillator power-down control.

Bit 9 - RTC oscillator bypass control.

Bit 10 - RTC Sub-second counter control.

Writes raw bits to the register.

Methods from Deref<Target = W<CTRL_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

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.