OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fragmentation_enabled
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/pn54x/tml/
phTmlNfc_i2c.c
45
extern phTmlNfc_i2cfragmentation_t
fragmentation_enabled
;
268
if(
fragmentation_enabled
== I2C_FRAGMENATATION_DISABLED && nNbBytesToWrite > FRAGMENTSIZE_MAX)
275
if(
fragmentation_enabled
== I2C_FRAGMENTATION_ENABLED && nNbBytesToWrite > FRAGMENTSIZE_MAX)
290
if(
fragmentation_enabled
== I2C_FRAGMENTATION_ENABLED && numWrote < nNbBytesToWrite)
phTmlNfc.c
45
phTmlNfc_i2cfragmentation_t
fragmentation_enabled
= I2C_FRAGMENATATION_DISABLED;
variable
[
all
...]
Completed in 897 milliseconds