pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface Opt3001Configuration

    An OPT3001 configuration register, field by field.

    interface Opt3001Configuration {
        activeHigh: boolean;
        conversionReady: boolean;
        faultCount: number;
        flagHigh: boolean;
        flagLow: boolean;
        latchedWindow: boolean;
        longConversion: boolean;
        maskExponent: boolean;
        mode: number;
        overflow: boolean;
        rangeNumber: number;
    }
    Index
    activeHigh: boolean

    Whether the INT pin is active high.

    conversionReady: boolean

    Whether a conversion has completed since the register was last read.

    faultCount: number

    The fault-count code, 0..=3, for one, two, four, or eight faults.

    flagHigh: boolean

    Whether the result went above the high limit.

    flagLow: boolean

    Whether the result went below the low limit.

    latchedWindow: boolean

    Whether the INT pin latches until the configuration register is read.

    longConversion: boolean

    Whether a conversion takes 800 ms rather than 100 ms.

    maskExponent: boolean

    Whether the limit registers carry a mantissa alone, without an exponent.

    mode: number

    The mode code: 0 shutdown, 1 single shot, 2 continuous.

    overflow: boolean

    Whether the last result overflowed its range.

    rangeNumber: number

    The full-scale range number, 0..=11, or 12 to set the range automatically.