OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i2c_device_address
(Results
1 - 3
of
3
) sorted by null
/hardware/libhardware/modules/nfc/
nfc_pn544_example.c
48
dev->
i2c_device_address
= 0;
/external/libnfc-nxp/Linux_x86/
phDal4Nfc.c
721
int
i2c_device_address
= 0x57;
local
724
if (gDalContext.pDev->
i2c_device_address
) {
725
i2c_device_address
= gDalContext.pDev->
i2c_device_address
;
726
if (i2c_workaround &&
i2c_device_address
< 32)
728
ALOGE("
i2c_device_address
not set to valid value");
770
/* A read value equal to the
i2c_device_address
indicates a HW I2C error at I2C address
i2c_device_address
772
* must be a HCI length read, and a length of
i2c_device_address
is impossible (max is 33).
775
gReadWriteContext.pReadBuffer[0] ==
i2c_device_address
)
[
all
...]
/hardware/libhardware/include/hardware/
nfc.h
283
uint8_t
i2c_device_address
;
member in struct:__anon32242
Completed in 70 milliseconds