Searched refs:rx_total (Results 1 - 9 of 9) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_Generic.c791 psHciContext->rx_total =
799 psHciContext->rx_total = (hcp_index + length);
851 psHciContext->rx_total ;
1131 psHciContext->rx_total = ZERO;
1581 psHciContext->rx_total = ZERO;
H A DphDnldNfc.c462 uint16_t rx_total; member in struct:phDnldNfc_RxInfo
2601 if(( psDnldContext->rx_info.rx_total == 0 )
2605 psDnldContext->rx_info.rx_total =
2608 if( psDnldContext->rx_info.rx_total + PHDNLD_MIN_PACKET == length )
2612 psDnldContext->rx_info.rx_total);
2622 (uint8_t)((psDnldContext->rx_info.rx_total <= PHDNLD_MAX_PACKET)?
2623 psDnldContext->rx_info.rx_total: PHDNLD_MAX_PACKET) ); */
2626 (psDnldContext->rx_info.rx_total + PHDNLD_MIN_PACKET));
2634 psDnldContext->rx_info.rx_total = 0 ;
3106 psDnldContext->rx_info.rx_total
[all...]
H A DphHciNfc_RFReaderA.c586 psHciContext->rx_total = length;
595 psHciContext->rx_total = length;
615 psHciContext->rx_total = (length - i);
H A DphHciNfc_Generic.h708 volatile uint16_t rx_total; member in struct:phHciNfc_sContext
H A DphHciNfc_Felica.c641 psHciContext->rx_total = length;
H A DphHciNfc_ISO15693.c522 psHciContext->rx_total = length;
H A DphHciNfc_Jewel.c525 psHciContext->rx_total = length;
H A DphHciNfc_RFReaderB.c511 psHciContext->rx_total = (length - i);
H A DphHciNfc_Sequence.c2321 psHciContext->rx_total - psHciContext->rx_index;
2342 psHciContext->rx_total - psHciContext->rx_index;

Completed in 450 milliseconds