Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_Generic.c654 phHciNfc_HCP_Packet_t *tx_data = (phHciNfc_HCP_Packet_t *) in phHciNfc_Send_HCP() local
662 pipe_id = (uint8_t) GET_BITS8( tx_data->hcp_header, in phHciNfc_Send_HCP()
668 tx_data = &psHciContext->tx_packet; in phHciNfc_Send_HCP()
669 (void)memset((void *)tx_data, FALSE, in phHciNfc_Send_HCP()
696 phHciNfc_Build_HCPHeader(tx_data, chain_bit , pipe_id ); in phHciNfc_Send_HCP()
698 phHciNfc_Append_HCPFrame((uint8_t *)tx_data->msg.payload, hcp_index, in phHciNfc_Send_HCP()
716 (uint8_t *)tx_data, tx_length ); in phHciNfc_Send_HCP()
/external/libnfc-nxp/inc/
DphNfcInterface.h377 uint8_t *tx_data; member