Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/common_lib/
H A Di2c_node.py22 class I2cError(Exception): class
69 raise I2cError('Error loading C library %s: %s' %
86 raise I2cError('Error getting device file for adapter %s' %
113 raise I2cError('Error: invalid I2C node address %s', addr)
121 raise I2cError('Error communicating to node address %s' % addr)
140 raise I2cError('Error writing byte 0x%x to reg %r' % (byte, reg))
161 raise I2cError('Error reading byte from reg %r' % reg)
181 raise I2cError('Error writing word 0x%x to reg %r' % (word, reg))
203 raise I2cError('Error reading word from reg %r' % reg)