OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PH_FRINFC_NDEFREG_MAX_RTD_REGISTERED
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_NdefReg.h
73
* \ref
PH_FRINFC_NDEFREG_MAX_RTD_REGISTERED
is the maximum number of RTDs
79
#define
PH_FRINFC_NDEFREG_MAX_RTD_REGISTERED
64 /**< Maximum number of RTDs per node */
184
uint8_t Tnf[
PH_FRINFC_NDEFREG_MAX_RTD_REGISTERED
];
191
uint8_t *NdefType[
PH_FRINFC_NDEFREG_MAX_RTD_REGISTERED
];
198
uint8_t NdeftypeLength[
PH_FRINFC_NDEFREG_MAX_RTD_REGISTERED
];
335
*
PH_FRINFC_NDEFREG_MAX_RTD_REGISTERED
phFriNfc_NdefReg.c
127
if(NdefCb->NumberOfRTDs <=
PH_FRINFC_NDEFREG_MAX_RTD_REGISTERED
)
149
/* We cannot accomodate more records than
PH_FRINFC_NDEFREG_MAX_RTD_REGISTERED
Completed in 21 milliseconds