Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Di2c_slave.py21 class I2cError(Exception): class
68 raise I2cError('Error loading C library %s: %s' %
85 raise I2cError('Error getting device file for adapter %s' %
112 raise I2cError('Error: invalid I2C slave address %s', addr)
120 raise I2cError('Error communicating to slave address %s' % addr)
139 raise I2cError('Error writing byte 0x%x to reg %r' % (byte, reg))
160 raise I2cError('Error reading byte from reg %r' % reg)
180 raise I2cError('Error writing word 0x%x to reg %r' % (word, reg))
202 raise I2cError('Error reading word from reg %r' % reg)