pub struct RTC1KHZ_EN_W<'a> { /* private fields */ }
Expand description

Field RTC1KHZ_EN writer - 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).

Implementations

Writes variant to the field

Disable. A match on the 1 kHz RTC timer will not bring the part out of Deep power-down mode.

Enable. The 1 kHz RTC timer is enabled.

Sets the field bit

Clears the field bit

Writes raw bits to the field

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.