Enum aw_soc::ccu::SpiClockSource
source · pub enum SpiClockSource {
Hosc,
PllPeri1x,
PllPeri2x,
PllAudio1Div2,
PllAudio1Div5,
}Expand description
SPI clock source.
Variants§
Hosc
HOSC.
PllPeri1x
Peripheral PLL (1x).
PllPeri2x
Peripheral PLL (2x).
PllAudio1Div2
Audio PLL (div 2).
PllAudio1Div5
Audio PLL (div 5).
Trait Implementations§
source§impl Clone for ClockSource
impl Clone for ClockSource
source§fn clone(&self) -> ClockSource
fn clone(&self) -> ClockSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ClockSource
impl Debug for ClockSource
source§impl PartialEq<ClockSource> for ClockSource
impl PartialEq<ClockSource> for ClockSource
source§fn eq(&self, other: &ClockSource) -> bool
fn eq(&self, other: &ClockSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.