OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_remain
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phHciNfc_Generic.c
674
psHciContext->
tx_remain
= tx_length;
682
else if ( psHciContext->
tx_remain
> PHHCINFC_MAX_PACKET_DATA )
691
tx_length = psHciContext->
tx_remain
;
709
psHciContext->
tx_remain
= tx_length ;
[
all
...]
phHciNfc_Generic.h
701
volatile uint16_t
tx_remain
;
member in struct:phHciNfc_sContext
[
all
...]
Completed in 84 milliseconds