[][src]Enum dps422::TemperatureResolution

pub enum TemperatureResolution {
    _256_SAMPLES_1X_DECI,
    _512_SAMPLES_2X_DECI,
    _1024_SAMPLES_4X_DEC,
    _2048_SAMPLES_8X_DEC,
    _4096_SAMPLES_16X_DEC,
    _8192_SAMPLES_32X_DEC,
    _16384_SAMPLES_64X_DEC,
    _32768_SAMPLES_128X_DEC,
}

Variants

_256_SAMPLES_1X_DECI
_512_SAMPLES_2X_DECI
_1024_SAMPLES_4X_DEC
_2048_SAMPLES_8X_DEC
_4096_SAMPLES_16X_DEC
_8192_SAMPLES_32X_DEC
_16384_SAMPLES_64X_DEC
_32768_SAMPLES_128X_DEC

Implementations

impl TemperatureResolution[src]

pub fn val(self) -> u8[src]

Trait Implementations

impl Clone for TemperatureResolution[src]

impl Copy for TemperatureResolution[src]

impl Debug for TemperatureResolution[src]

impl Default for TemperatureResolution[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, 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.