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

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

State of ICSIRCLK (output of the ICS module’s Internal Reference CLocK)

Implementations

Enable the Internal Reference clock output on ICSIRCLK

Disable the Internal Reference Clock output on ICSIRCLK

Allow Internal reference clock and ICSIRCLK to continue running during Stop mode.

This allows other peripherals such as the RTC and Watchdog to continue using this clock. This mode is also recommended if the systemclock is using FEI, FBI, of FBILP and needs to restart quickly after Stop mode.

make stoppable, but keep ICSIRCLK running.

Make stoppable and disable ICSIRCLK.

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.