Struct kea_hal::clocks::ics::LockStatus[][src]

pub struct LockStatus<MODE> { /* fields omitted */ }
Expand description

Monitor the frequency-locked loop for loss of lock

This may make more sense to be a method of SystemClock, so that it can only be used while the FLL is active. The default mode is polled (Poll).

Implementations

Any state of lock status

Is the FLL currently locked?

Has the FLL lost its lock since the last time it was acknowledged

Trigger an Interrupt on loss of lock

Polling is still functional in the Interrupt state, if needed to verify no loss occurred or current state.

Disable interrupt on loss of lock.

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.

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.