Enum cortex_m::peripheral::syst::SystClkSource
source · pub enum SystClkSource {
Core,
External,
}
Expand description
SysTick clock source
Variants§
Trait Implementations§
source§impl Clone for SystClkSource
impl Clone for SystClkSource
source§fn clone(&self) -> SystClkSource
fn clone(&self) -> SystClkSource
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 SystClkSource
impl Debug for SystClkSource
source§impl PartialEq<SystClkSource> for SystClkSource
impl PartialEq<SystClkSource> for SystClkSource
source§fn eq(&self, other: &SystClkSource) -> bool
fn eq(&self, other: &SystClkSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.