Struct imxrt_hal::pit::UnclockedPIT[][src]

pub struct UnclockedPIT(_);
Expand description

An unclocked periodic interrupt timer module

In order to activate the PIT, we must pass in the configured object returned from the CCM’s perclk module.

Implementations

Activate the PIT module after enabling the clock for the module.

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.