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

    Variable I2cBusKindConst

    I2cBusKind: { Adapter: I2cBusKind; Scripted: I2cBusKind; Simulated: I2cBusKind } = ...

    What answers on a bus.

    Type Declaration

    • ReadonlyAdapter: I2cBusKind

      The kernel's adapter, with real parts on real wires.

    • ReadonlyScripted: I2cBusKind

      A script of the transfers a driver is expected to make.

    • ReadonlySimulated: I2cBusKind

      Simulated parts, answering from their registers.