Searched refs:rx_index (Results 1 - 8 of 8) sorted by relevance

/external/libnfc-nxp/src/
H A DphHciNfc_RFReaderA.c596 psHciContext->rx_index = HCP_HEADER_LEN;
718 psHciContext->rx_index = HCP_HEADER_LEN;
757 psHciContext->rx_index = (index + HCP_HEADER_LEN);
765 psHciContext->rx_index = (index + HCP_HEADER_LEN);
774 psHciContext->rx_index = HCP_HEADER_LEN;
781 psHciContext->rx_index = HCP_HEADER_LEN;
H A DphHciNfc_Sequence.c2315 if(ZERO != psHciContext->rx_index)
2319 &psHciContext->recv_buffer[psHciContext->rx_index];
2321 psHciContext->rx_total - psHciContext->rx_index;
2340 &psHciContext->recv_buffer[psHciContext->rx_index];
2342 psHciContext->rx_total - psHciContext->rx_index;
H A DphHciNfc_Felica.c503 psHciContext->rx_index = (HCP_HEADER_LEN + 1);
547 psHciContext->rx_index = HCP_HEADER_LEN;
H A DphHciNfc_Generic.h705 volatile uint16_t rx_index; member in struct:phHciNfc_sContext
H A DphHciNfc_ISO15693.c523 psHciContext->rx_index = HCP_HEADER_LEN;
H A DphHciNfc_Jewel.c430 psHciContext->rx_index = HCP_HEADER_LEN;
H A DphHciNfc_RFReaderB.c799 psHciContext->rx_index = HCP_HEADER_LEN;
H A DphHciNfc_Generic.c1129 psHciContext->rx_index = ZERO;
1579 psHciContext->rx_index = ZERO;

Completed in 122 milliseconds