OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tx_length
(Results
1 - 7
of
7
) sorted by null
/external/libnfc-nxp/src/
phDnldNfc.c
2066
uint16_t
tx_length
= 0x00;
local
2195
uint16_t
tx_length
= 0x00;
local
2222
uint32_t
tx_length
= 0;
local
3159
uint16_t
tx_length
= 0;
local
[
all
...]
phHciNfc_Generic.c
657
uint16_t
tx_length
= psHciContext->tx_total - 1 ;
local
666
if (
tx_length
> PHHCINFC_MAX_PACKET_DATA )
674
psHciContext->tx_remain =
tx_length
;
680
tx_length
= PHHCINFC_MAX_PACKET_DATA ;
685
tx_length
= PHHCINFC_MAX_PACKET_DATA ;
691
tx_length
= psHciContext->tx_remain ;
700
,
tx_length
);
709
psHciContext->tx_remain =
tx_length
;
713
tx_length
++;
716
(uint8_t *)tx_data,
tx_length
);
[
all
...]
phHal4Nfc_P2P.c
134
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_length
143
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_length
166
-= Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_length
;
396
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_length
419
Hal4Ctxt->psTrcvCtxtInfo->XchangeInfo.
tx_length
phHciNfc_RFReader.c
[
all
...]