Enum nucleo_h7xx::pac::adc3::cr::BOOST_A[]

#[repr(u8)]pub enum BOOST_A {
    LT6_25,
    LT12_5,
    LT25,
    LT50,
}

Boost mode control

Value on reset: 0

Variants

LT6_25

0: Boost mode used when ADC clock ≤ 6.25 MHz

LT12_5

1: Boost mode used when 6.25 MHz < ADC clock ≤ 12.5 MHz

LT25

2: Boost mode used when 12.5 MHz < ADC clock ≤ 25.0 MHz

LT50

3: Boost mode used when 25.0 MHz < ADC clock ≤ 50.0 MHz

Trait Implementations

impl Clone for BOOST_A

impl Copy for BOOST_A

impl Debug for BOOST_A

impl PartialEq<BOOST_A> for BOOST_A

impl StructuralPartialEq for BOOST_A

Auto Trait Implementations

impl Send for BOOST_A

impl Sync for BOOST_A

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