Struct imxrt_hal::gpt::Unclocked[][src]

pub struct Unclocked { /* fields omitted */ }
Expand description

An unclocked GPT

Each GPT starts in an unclocked state. By supplying a proper clock configuration, the GPT will clock itself and prepare for operation.

Implementations

Enable the clocks to the GPT, returning a GPT timer

configured is a handle describing the clocks and clock configuration for the GPT. See the ccm module for more information.

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

Performs the conversion.

Performs the conversion.

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.