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
FastStart
Use a fast startup. ~0.5 ms in practice.
SlowStart
Use a slow startup. ~8.9 ms in practice.
Trait Implementations
impl Copy for OscillatorStartup
[src]
impl Clone for OscillatorStartup
[src]
fn clone(&self) -> OscillatorStartup
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more