Home
last modified time | relevance | path

Searched refs:tx_hcp_frgmnt_index (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_Generic.c675 psHciContext->tx_hcp_frgmnt_index = HCP_ZERO_LEN ; in phHciNfc_Send_HCP()
678 psHciContext->tx_hcp_frgmnt_index++; in phHciNfc_Send_HCP()
699 (&psHciContext->send_buffer[psHciContext->tx_hcp_frgmnt_index]) in phHciNfc_Send_HCP()
1546 psHciContext->tx_hcp_frgmnt_index += length - 1; in phHciNfc_Send_Complete()
1564 psHciContext->tx_hcp_frgmnt_index = HCP_ZERO_LEN ; in phHciNfc_Send_Complete()
DphHciNfc_Generic.h722 volatile uint16_t tx_hcp_frgmnt_index; member