OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PcaError
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/common_lib/
smogcheck_pca9555.py
62
class
PcaError
(Exception):
73
PcaError
: if error initializing PCA9555 module.
82
except
PcaError
, e:
83
raise
PcaError
('Error initializing PCA9555: %s' % e)
104
except
PcaError
, e:
118
PcaError
: if bit value is out of range.
122
raise
PcaError
('Error: bit_value out of range [0, 15]')
148
except
PcaError
, e:
201
except
PcaError
, e:
221
except
PcaError
, e
[
all
...]
smogcheck_ttci.py
64
except smogcheck_pca9555.
PcaError
, e:
Completed in 123 milliseconds