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

    Variable I2cFaultConst

    I2cFault: {
        ArbitrationLoss: I2cFault;
        Bus: I2cFault;
        NoAcknowledge: I2cFault;
        NoAcknowledgeAddress: I2cFault;
        NoAcknowledgeData: I2cFault;
        Other: I2cFault;
        Overrun: I2cFault;
    } = ...

    How a scripted step fails the transfer that reaches it.

    Type Declaration

    • ReadonlyArbitrationLoss: I2cFault

      Another controller won the bus.

    • ReadonlyBus: I2cFault

      A bus error, such as a misplaced start or stop condition.

    • ReadonlyNoAcknowledge: I2cFault

      A missing acknowledge, with no telling whether of the address or the data.

    • ReadonlyNoAcknowledgeAddress: I2cFault

      Nothing acknowledged the address.

    • ReadonlyNoAcknowledgeData: I2cFault

      The part did not acknowledge a data byte.

    • ReadonlyOther: I2cFault

      A failure of no more particular kind.

    • ReadonlyOverrun: I2cFault

      Data arrived faster than it was taken.