Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_RFReaderA.c595 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_ReaderA_Response()
717 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_Iso_A_Packet()
756 psHciContext->rx_index = (index + HCP_HEADER_LEN); in phHciNfc_Recv_Mifare_Packet()
764 psHciContext->rx_index = (index + HCP_HEADER_LEN); in phHciNfc_Recv_Mifare_Packet()
773 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_Mifare_Packet()
780 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_Mifare_Packet()
DphHciNfc_Sequence.c2312 if(ZERO != psHciContext->rx_index) in phHciNfc_Transact_Sequence()
2316 &psHciContext->recv_buffer[psHciContext->rx_index]; in phHciNfc_Transact_Sequence()
2318 psHciContext->rx_total - psHciContext->rx_index; in phHciNfc_Transact_Sequence()
2337 &psHciContext->recv_buffer[psHciContext->rx_index]; in phHciNfc_Transact_Sequence()
2339 psHciContext->rx_total - psHciContext->rx_index; in phHciNfc_Transact_Sequence()
DphHciNfc_Felica.c501 psHciContext->rx_index = (HCP_HEADER_LEN + 1); in phHciNfc_Recv_Felica_Packet()
512 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_Felica_Packet()
DphHciNfc_Generic.h709 volatile uint16_t rx_index; member
DphHciNfc_ISO15693.c523 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_ISO15693_Response()
DphHciNfc_Generic.c1129 psHciContext->rx_index = ZERO; in phHciNfc_Process_Event()
1579 psHciContext->rx_index = ZERO; in phHciNfc_Send_Complete()
DphHciNfc_Jewel.c430 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_Jewel_Packet()
DphHciNfc_RFReaderB.c799 psHciContext->rx_index = HCP_HEADER_LEN; in phHciNfc_Recv_Iso_B_Packet()