OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pphNfcIF_Interface_t
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/inc/
phNfcInterface.h
294
typedef NFCSTATUS (*
pphNfcIF_Interface_t
) (
334
pphNfcIF_Interface_t
init;
335
pphNfcIF_Interface_t
release;
339
pphNfcIF_Interface_t
transact_abort;
340
pphNfcIF_Interface_t
unregister;
/external/libnfc-nxp/src/
phLlcNfc.c
194
psReference->plower_if->init = (
pphNfcIF_Interface_t
)&phLlcNfc_Init;
195
psReference->plower_if->release = (
pphNfcIF_Interface_t
)&phLlcNfc_Release;
Completed in 779 milliseconds