Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_Generic.c662 pipe_id = (uint8_t) GET_BITS8( tx_data->hcp_header, in phHciNfc_Send_HCP()
747 chainbit = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Receive_HCP()
916 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Process_Response()
1001 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Error_Response()
1081 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Process_Event()
1200 pipe_id = (uint8_t) GET_BITS8( packet->hcp_header, in phHciNfc_Process_Command()
1282 hcp_packet->hcp_header = (uint8_t) SET_BITS8(hcp_packet->hcp_header, in phHciNfc_Build_HCPHeader()
1285 hcp_packet->hcp_header = (uint8_t) SET_BITS8(hcp_packet->hcp_header,HCP_PIPEID_OFFSET, in phHciNfc_Build_HCPHeader()
DphHciNfc_Generic.h530 uint8_t hcp_header; member