pub struct W(_);
Expand description

Register RTCOSC32K writer

Implementations

Bit 0 - Select the 32K oscillator to be used in Deep Power Down Mode for the RTC (either XTAL32KHz or FRO32KHz) .

Bits 1:3 - Actual division ratio is : 28 + CLK1KHZDIV.

Bit 15 - RTC 1KHz clock Divider status flag.

Bits 16:26 - Actual division ratio is : 31744 + CLK1HZDIV.

Bit 30 - Halts the divider counter.

Bit 31 - RTC 1Hz Divider status flag.

Writes raw bits to the register.

Methods from Deref<Target = W<RTCOSC32K_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.