[][src]Struct ads129xx::ads1292::data::Ads1292Data

pub struct Ads1292Data {
    pub data: [u8; 9],
}

Represents a 9-byte data block from the Ads1292

Fields

data: [u8; 9]

Methods

impl Ads1292Data[src]

pub fn lead_off_status(&self) -> LeadOffStatus[src]

Get the Lead-off status for this data block

pub fn gpio_status(&self) -> GpioStatus[src]

Get the GPIO status for this data block

pub fn channel_1(&self) -> ChannelData[src]

Get the data from channel 1

pub fn channel_2(&self) -> ChannelData[src]

Get the data from channel 2

Trait Implementations

impl From<[u8; 9]> for Ads1292Data[src]

impl Display for Ads1292Data[src]

impl Copy for Ads1292Data[src]

impl Clone for Ads1292Data[src]

impl Default for Ads1292Data[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]