OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_data
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/inc/
phNfcInterface.h
377
uint8_t *
tx_data
;
member in struct:phNfcIF_sReference
/external/libnfc-nxp/src/
phHciNfc_Generic.c
654
phHciNfc_HCP_Packet_t *
tx_data
= (phHciNfc_HCP_Packet_t *)
local
662
pipe_id = (uint8_t) GET_BITS8(
tx_data
->hcp_header,
668
tx_data
= &psHciContext->tx_packet;
669
(void)memset((void *)
tx_data
, FALSE,
696
phHciNfc_Build_HCPHeader(
tx_data
, chain_bit , pipe_id );
698
phHciNfc_Append_HCPFrame((uint8_t *)
tx_data
->msg.payload, hcp_index,
716
(uint8_t *)
tx_data
, tx_length );
[
all
...]
Completed in 21 milliseconds