Home
last modified time | relevance | path

Searched refs:I2CCondition (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-tools/bi2cp/
H A Dbi2cp94 class I2CCondition(enum.Enum): class
168 return {I2CCondition.START}
170 return {I2CCondition.START, I2CCondition.STOP}
209 if i2cxfer.conditions == {I2CCondition.START}:
212 if i2cxfer.conditions == {I2CCondition.START, I2CCondition.STOP}: