pub struct Apb(_);
Expand description

APB clock controller

As described in the module-level documentation, this struct mediates access to the shared APBXMASK registers. Users can convert a disabled ApbToken<A> into an enabled ApbClk<A> using Apb::enable, and vice versa with Apb::disable.

Implementations

Enable the corresponding APB clock

Consume an ApbToken, enable the corresponding APB clock and return an ApbClk. The ApbClk represents proof that the corresponding APB clock has been enabled.

Disable the corresponding APB clock

Consume the ApbClk, disable the corresponding APB clock and return the ApbToken.

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.