Enum sam4l::pm::OscillatorStartup [] [src]

pub enum OscillatorStartup {
    FastStart,
    SlowStart,
}

Configuration for the startup time of the external oscillator. In practice we have found that some boards work with a short startup time, while others need a slow start in order to properly wake from sleep. In general, we find that for systems that do not work, at fast speed, they will hang or panic after several entries into WAIT mode.

Variants

Use a fast startup. ~0.5 ms in practice.

Use a slow startup. ~8.9 ms in practice.

Trait Implementations

impl Copy for OscillatorStartup
[src]

impl Clone for OscillatorStartup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OscillatorStartup
[src]

[src]

Formats the value using the given formatter. Read more