Enum stm32h7xx_hal::pac::rcc::bdcr::LSEDRV_A[][src]

#[repr(u8)]pub enum LSEDRV_A {
    LOWEST,
    MEDIUMLOW,
    MEDIUMHIGH,
    HIGHEST,
}

LSE oscillator driving capability

Value on reset: 0

Variants

LOWEST

0: Lowest LSE oscillator driving capability

MEDIUMLOW

1: Medium low LSE oscillator driving capability

MEDIUMHIGH

2: Medium high LSE oscillator driving capability

HIGHEST

3: Highest LSE oscillator driving capability

Trait Implementations

impl Clone for LSEDRV_A[src]

impl Copy for LSEDRV_A[src]

impl Debug for LSEDRV_A[src]

impl PartialEq<LSEDRV_A> for LSEDRV_A[src]

impl StructuralPartialEq for LSEDRV_A[src]

Auto Trait Implementations

impl Send for LSEDRV_A

impl Sync for LSEDRV_A

impl Unpin for LSEDRV_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.