OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readWord
(Results
1 - 15
of
15
) sorted by null
/cts/libs/deviceutil/src/android/cts/util/
ReadElf.java
269
long e_version =
readWord
();
279
long e_flags =
readWord
();
297
long sh_name =
readWord
();
298
long sh_type =
readWord
();
319
long sh_name =
readWord
();
320
long sh_type =
readWord
();
354
long p_type =
readWord
();
358
long p_flags =
readWord
();
376
long st_name =
readWord
();
386
long st_size =
readWord
();
[
all
...]
/hardware/bsp/intel/peripheral/libupm/src/adc121c021/
adc121c021.cxx
85
uint16_t ADC121C021::
readWord
(uint8_t reg)
101
return (
readWord
(ADC121C021_REG_RESULT) & 0x0fff);
117
bool rv = (
readWord
(ADC121C021_REG_RESULT) & 0x8000) ? true : false;
245
return
readWord
(ADC121C021_REG_HIGHEST_CONV);
250
return
readWord
(ADC121C021_REG_LOWEST_CONV);
adc121c021.h
140
uint16_t
readWord
(uint8_t reg);
/hardware/bsp/intel/peripheral/libupm/src/si114x/
si114x.cxx
97
uint16_t SI114X::
readWord
(uint8_t reg)
185
uint16_t uvi =
readWord
(REG_AUX_UVINDEX0);
si114x.h
256
uint16_t
readWord
(uint8_t reg);
/hardware/bsp/intel/peripheral/libupm/src/at42qt1070/
at42qt1070.h
190
uint16_t
readWord
(uint8_t reg);
at42qt1070.cxx
105
AT42QT1070::
readWord
(uint8_t reg)
/external/autotest/client/common_lib/
smogcheck_ina219.py
130
hex_str = '0x%.4x' % self.
readWord
(self.range_dict[measure]['reg'])
i2c_slave.py
185
def
readWord
(self, reg):
200
word_read = self.lib_obj.
ReadWord
(self.fd, reg)
/hardware/bsp/intel/peripheral/libupm/src/pca9685/
pca9685.h
227
uint16_t
readWord
(uint8_t reg);
307
* for write/
readWord
() to work. The contructor enables this by
pca9685.cxx
113
uint16_t PCA9685::
readWord
(uint8_t reg)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.sat4j.pb_2.2.0.v20100429.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
Completed in 774 milliseconds