[][src]Enum adxl355::HPF_CORNER

pub enum HPF_CORNER {
    NONE,
    _247_ODR,
    _62_084_ODR,
    _15_545_ODR,
    _3_862_ODR,
    _0_954_ODR,
    _0_238_ODR,
}

High pass corner frequency is proportional to the output data rate (ODR)

Variants

NONE

no high pass filter

_247_ODR

corner freq = 247 × 10^3 × ODR

_62_084_ODR

corner freq = 62.048 × 10^3 × ODR

_15_545_ODR

corner freq = 15.454 × 10^3 × ODR

_3_862_ODR

corner freq = 3.862 × 10^3 × ODR

_0_954_ODR

corner freq = 0.954 × 10^3 × ODR

_0_238_ODR

corner freq = 0.238 × 10^3 × ODR

Methods

impl HPF_CORNER[src]

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

Trait Implementations

impl Clone for HPF_CORNER[src]

impl Copy for HPF_CORNER[src]

impl Debug for HPF_CORNER[src]

impl Default for HPF_CORNER[src]

Auto Trait Implementations

impl Send for HPF_CORNER

impl Sync for HPF_CORNER

impl Unpin for HPF_CORNER

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.