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

    Interface Ina226MaskEnable

    An INA226 Mask/Enable register, field by field.

    interface Ina226MaskEnable {
        alertActiveHigh: boolean;
        alertFunctionFlag: boolean;
        alertLatch: boolean;
        busOverLimit: boolean;
        busUnderLimit: boolean;
        conversionReady: boolean;
        conversionReadyFlag: boolean;
        mathOverflow: boolean;
        powerOverLimit: boolean;
        shuntOverLimit: boolean;
        shuntUnderLimit: boolean;
    }
    Index
    alertActiveHigh: boolean

    Whether the alert pin is active high.

    alertFunctionFlag: boolean

    Whether the selected limit function caused the last alert.

    alertLatch: boolean

    Whether the alert pin latches until this register is read.

    busOverLimit: boolean

    Alert when the bus voltage exceeds the limit.

    busUnderLimit: boolean

    Alert when the bus voltage drops below the limit.

    conversionReady: boolean

    Also alert when a conversion completes.

    conversionReadyFlag: boolean

    Whether every conversion and multiplication has completed.

    mathOverflow: boolean

    Whether an arithmetic overflow left current and power invalid.

    powerOverLimit: boolean

    Alert when the power exceeds the limit.

    shuntOverLimit: boolean

    Alert when the shunt voltage exceeds the limit.

    shuntUnderLimit: boolean

    Alert when the shunt voltage drops below the limit.