Enum sam4l::pm::OscillatorFrequency
[−]
[src]
pub enum OscillatorFrequency { Frequency16MHz, }
Frequency of the external oscillator. For the SAM4L, different
configurations are needed for different ranges of oscillator frequency, so
based on the input frequency, various configurations may need to change.
When additional oscillator frequencies are needed, they should be added
here and the setup_system_clock
function should be modified to support
it.
Variants
Frequency16MHz
16 MHz external oscillator
Trait Implementations
impl Copy for OscillatorFrequency
[src]
impl Clone for OscillatorFrequency
[src]
fn clone(&self) -> OscillatorFrequency
[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