Enum nucleo_h7xx::pac::lptim3::cfgr::CKSEL_A[]

pub enum CKSEL_A {
    INTERNAL,
    EXTERNAL,
}

Clock selector

Value on reset: 0

Variants

INTERNAL

0: LPTIM is clocked by internal clock source (APB clock or any of the embedded oscillators)

EXTERNAL

1: LPTIM is clocked by an external clock source through the LPTIM external Input1

Trait Implementations

impl Clone for CKSEL_A

impl Copy for CKSEL_A

impl Debug for CKSEL_A

impl PartialEq<CKSEL_A> for CKSEL_A

impl StructuralPartialEq for CKSEL_A

Auto Trait Implementations

impl Send for CKSEL_A

impl Sync for CKSEL_A

impl Unpin for CKSEL_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.