[][src]Struct max3010x::InterruptStatus

pub struct InterruptStatus {
    pub power_ready: bool,
    pub fifo_almost_full: bool,
    pub new_fifo_data_ready: bool,
    pub alc_overflow: bool,
    pub temperature_ready: bool,
}

Interrupt status flags

Fields

power_ready: bool

Power ready interrupt

fifo_almost_full: bool

FIFO almost full interrupt

new_fifo_data_ready: bool

New FIFO data ready interrupt

alc_overflow: bool

Ambient light cancellation overflow interrupt

temperature_ready: bool

Internal die temperature conversion ready interrupt

Trait Implementations

impl Clone for InterruptStatus[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InterruptStatus[src]

impl Copy for InterruptStatus[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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

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