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

OSC3ULP2K base clock, which feeds the OscUlp1k and OscUlp32k clocks

The OSCULP32K 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 OscUlp32kBase clock represents the base oscillator that feeds the optional OscUlp1k and OscUlp32k output clocks. See the module-level documentation for details and examples.

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.