pub struct Xosc32k { /* private fields */ }
Expand description

Clock representing the 32 kHz output of the Xosc32kBase clock

The XOSC32K peripheral has two possible clock outputs, one at 32 kHz and another at 1 kHz. This structure is represented in the type system as a set of three clocks forming a small clock tree. The Xosc32k clock is derived from the Xosc32kBase clock. See the module-level documentation for details and examples.

Implementations

Enable 32 kHz output from the Xosc32kBase clock

This will Increment the EnabledXosc32kBase counter.

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.

Should always be Self
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.