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

Clock representing the 1 kHz output of the OscUlp32kBase clock

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 OscUlp1k clock is derived from the OscUlp32kBase clock. See the module-level documentation for details and examples.

Implementations

Enable 1 kHz output from the OscUlp32kBase clock

This will Increment the EnabledOscUlp32kBase 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.