[][src]Enum rsl10_pac::adc::adc_batmon_cfg::SUPPLY_THRESHOLD_A

#[repr(u8)]
pub enum SUPPLY_THRESHOLD_A {
    SUPPLY_THRESHOLD_LOW,
    SUPPLY_THRESHOLD_MID,
    SUPPLY_THRESHOLD_HIGH,
}

Low voltage detection threshold (7.8 mV steps)

Value on reset: 128

Variants

SUPPLY_THRESHOLD_LOW

0: Lowest voltage threshold: 7.8 mV

SUPPLY_THRESHOLD_MID

128: Mid voltage threshold: 1 V

SUPPLY_THRESHOLD_HIGH

255: Highest voltage threshold: ~2.0 V

Trait Implementations

impl Clone for SUPPLY_THRESHOLD_A[src]

impl Copy for SUPPLY_THRESHOLD_A[src]

impl Debug for SUPPLY_THRESHOLD_A[src]

impl From<SUPPLY_THRESHOLD_A> for u8[src]

impl PartialEq<SUPPLY_THRESHOLD_A> for SUPPLY_THRESHOLD_A[src]

impl StructuralPartialEq for SUPPLY_THRESHOLD_A[src]

Auto Trait Implementations

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.