Enum cortex_m::peripheral::syst::SystClkSource [−][src]
pub enum SystClkSource {
Core,
External,
}SysTick clock source
Variants
CoreCore-provided clock
ExternalExternal reference clock
Trait Implementations
impl Clone for SystClkSource[src]
impl Clone for SystClkSourcefn clone(&self) -> SystClkSource[src]
fn clone(&self) -> SystClkSourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for SystClkSource[src]
impl Copy for SystClkSourceimpl Debug for SystClkSource[src]
impl Debug for SystClkSourceAuto Trait Implementations
impl Send for SystClkSource
impl Send for SystClkSourceimpl Sync for SystClkSource
impl Sync for SystClkSource